#CA79BD

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

Shades of Orchid #CA79BD

Tints of Orchid #CA79BD

Color information

#CA79BD (or 0xCA79BD) is unknown color: approx Orchid. HEX triplet: CA, 79 and BD. RGB value is (202,121,189). Sum of RGB (Red+Green+Blue) = 202+121+189=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79BD is #358642. Grayscale: #989898. Windows color (decimal): -3507779 or 12417482. OLE color: 12417482.

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

Color convert

RGB202121189-
CMYK00.400.060.21
HSL309.63º43.32%63.33%-
HSV(B)309.63º40.1%79.22%-
XYZ40.3829.9151.79-
YUV152.97148.34162.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=39.45%
G=23.63%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212118900.400.060.21309.6343.3263.33
HexCA79BD0286151362b3f
Octal3121712750506254665377
Binary11001010111100110111101010100011010101100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79BD; }

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

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

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

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

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

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

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

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