#CA72CE

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

Shades of Orchid #CA72CE

Tints of Orchid #CA72CE

Color information

#CA72CE (or 0xCA72CE) is unknown color: approx Orchid. HEX triplet: CA, 72 and CE. RGB value is (202,114,206). Sum of RGB (Red+Green+Blue) = 202+114+206=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72CE is #358D31. Grayscale: #969696. Windows color (decimal): -3509554 or 13529802. OLE color: 13529802.

HSL color Cylindrical-coordinate representation of color #CA72CE: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA72CE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202114206-
CMYK0.020.4500.19
HSL297.39º48.42%62.75%-
HSV(B)297.39º44.66%80.78%-
XYZ41.5229.0561.81-
YUV150.8159.15164.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=38.70%
G=21.84%
B=39.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021142060.020.4500.19297.3948.4262.75
HexCA72CE22D013129303f
Octal3121623162550234516077
Binary1100101011100101100111010101101010011100101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72CE; }

 p { color: rgb(202,114,206); }

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

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

 a { background-color: rgb(202,114,206); }

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

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

 span { border-color: rgb(202,114,206); }

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