#C479CA

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

Shades of Orchid #C479CA

Tints of Orchid #C479CA

Color information

#C479CA (or 0xC479CA) is unknown color: approx Orchid. HEX triplet: C4, 79 and CA. RGB value is (196,121,202). Sum of RGB (Red+Green+Blue) = 196+121+202=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C479CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CA is #3B8635. Grayscale: #989898. Windows color (decimal): -3900982 or 13269444. OLE color: 13269444.

HSL color Cylindrical-coordinate representation of color #C479CA: hue angle of 295.56º 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 #C479CA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196121202-
CMYK0.030.4000.21
HSL295.56º43.32%63.33%-
HSV(B)295.56º40.1%79.22%-
XYZ40.2629.6759.48-
YUV152.66155.85158.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=37.76%
G=23.31%
B=38.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961212020.030.4000.21295.5643.3263.33
HexC479CA3280151282b3f
Octal3041713123500254505377
Binary1100010011110011100101011101000010101100101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479CA; }

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

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

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

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

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

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

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

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