#c279de

Color #C279DE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C279DE

Tints of Orchid #C279DE

Color information

#C279DE (or 0xC279DE) is unknown color: approx Orchid. HEX triplet: C2, 79 and DE. RGB value is (194,121,222). Sum of RGB (Red+Green+Blue) = 194+121+222=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #C279DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279DE is #3D8621. Grayscale: #9A9A9A. Windows color (decimal): -4032034 or 14580162. OLE color: 14580162.

HSL color Cylindrical-coordinate representation of color #C279DE: hue angle of 283.37º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C279DE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194121222-
CMYK0.130.4500.13
HSL283.37º60.48%67.25%-
HSV(B)283.37º45.5%87.06%-
XYZ42.2730.4272.75-
YUV154.34166.18156.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=36.13%
G=22.53%
B=41.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941212220.130.4500.13283.3760.4867.25
HexC279DED2D0D11b3c43
Octal302171336155501543374103
Binary110000101111001110111101101101101011011000110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c279de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c279de; }

 p { color: rgb(194,121,222); }

 H1.HeaderClassName
 {
   color: #c279de;
 }
 .AnyTagClassName
 {
   color: #c279de;
 }
</style>
background-color css

<style>
 a { background-color: #c279de; }

 a { background-color: rgb(194,121,222); }

 div.DivClassName
 {
   background-color: #c279de;
 }
 .BgClassName
 {
   background-color: #c279de;
 }
</style>
border-color css

<style>
 span { border-color: #c279de; }

 span { border-color: rgb(194,121,222); }

 td.TdClassName
 {
   border-color: #c279de;
 }
 .TagClassName
 {
   border-color: #c279de;
 }
</style>