#CA79CD

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

Shades of Orchid #CA79CD

Tints of Orchid #CA79CD

Color information

#CA79CD (or 0xCA79CD) is unknown color: approx Orchid. HEX triplet: CA, 79 and CD. RGB value is (202,121,205). Sum of RGB (Red+Green+Blue) = 202+121+205=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79CD is #358632. Grayscale: #9A9A9A. Windows color (decimal): -3507763 or 13466058. OLE color: 13466058.

HSL color Cylindrical-coordinate representation of color #CA79CD: hue angle of 297.86º 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 #CA79CD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202121205-
CMYK0.010.4100.20
HSL297.86º45.65%63.92%-
HSV(B)297.86º40.98%80.39%-
XYZ42.2130.6461.45-
YUV154.8156.34161.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=38.26%
G=22.92%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021212050.010.4100.20297.8645.6563.92
HexCA79CD12901412a2e40
Octal31217131515102445256100
Binary1100101011110011100110111010010101001001010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79CD; }

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

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

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

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

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

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

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

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