#C279CA

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

Shades of Orchid #C279CA

Tints of Orchid #C279CA

Color information

#C279CA (or 0xC279CA) is unknown color: approx Orchid. HEX triplet: C2, 79 and CA. RGB value is (194,121,202). Sum of RGB (Red+Green+Blue) = 194+121+202=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C279CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CA is #3D8635. Grayscale: #979797. Windows color (decimal): -4032054 or 13269442. OLE color: 13269442.

HSL color Cylindrical-coordinate representation of color #C279CA: hue angle of 294.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C279CA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194121202-
CMYK0.040.4000.21
HSL294.07º43.32%63.33%-
HSV(B)294.07º40.1%79.22%-
XYZ39.7529.4159.46-
YUV152.06156.18157.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=37.52%
G=23.40%
B=39.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941212020.040.4000.21294.0743.3263.33
HexC279CA4280151262b3f
Octal3021713124500254465377
Binary11000010111100111001010100101000010101100100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279CA; }

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

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

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

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

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

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

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

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