#C279CD

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

Shades of Orchid #C279CD

Tints of Orchid #C279CD

Color information

#C279CD (or 0xC279CD) is unknown color: approx Orchid. HEX triplet: C2, 79 and CD. RGB value is (194,121,205). Sum of RGB (Red+Green+Blue) = 194+121+205=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C279CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CD is #3D8632. Grayscale: #989898. Windows color (decimal): -4032051 or 13466050. OLE color: 13466050.

HSL color Cylindrical-coordinate representation of color #C279CD: hue angle of 292.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C279CD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194121205-
CMYK0.050.4100.20
HSL292.14º45.65%63.92%-
HSV(B)292.14º40.98%80.39%-
XYZ40.129.5561.35-
YUV152.4157.68157.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=37.31%
G=23.27%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941212050.050.4100.20292.1445.6563.92
HexC279CD5290141242e40
Octal30217131555102444456100
Binary110000101111001110011011011010010101001001001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279CD; }

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

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

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

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

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

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

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

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