#C279CC

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

Shades of Orchid #C279CC

Tints of Orchid #C279CC

Color information

#C279CC (or 0xC279CC) is unknown color: approx Orchid. HEX triplet: C2, 79 and CC. RGB value is (194,121,204). Sum of RGB (Red+Green+Blue) = 194+121+204=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C279CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CC is #3D8633. Grayscale: #989898. Windows color (decimal): -4032052 or 13400514. OLE color: 13400514.

HSL color Cylindrical-coordinate representation of color #C279CC: hue angle of 292.77º degrees, saturation: 0.45, 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 #C279CC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194121204-
CMYK0.050.4100.2
HSL292.77º44.86%63.73%-
HSV(B)292.77º40.69%80%-
XYZ39.9829.560.71-
YUV152.29157.18157.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=37.38%
G=23.31%
B=39.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941212040.050.4100.2292.7744.8663.73
HexC279CC5290141252d40
Octal30217131455102444555100
Binary110000101111001110011001011010010101001001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279CC; }

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

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

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

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

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

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

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

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