#CA72DC

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

Shades of Orchid #CA72DC

Tints of Orchid #CA72DC

Color information

#CA72DC (or 0xCA72DC) is unknown color: approx Orchid. HEX triplet: CA, 72 and DC. RGB value is (202,114,220). Sum of RGB (Red+Green+Blue) = 202+114+220=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72DC is #358D23. Grayscale: #989898. Windows color (decimal): -3509540 or 14447306. OLE color: 14447306.

HSL color Cylindrical-coordinate representation of color #CA72DC: hue angle of 289.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA72DC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202114220-
CMYK0.080.4800.14
HSL289.81º60.23%65.49%-
HSV(B)289.81º48.18%86.27%-
XYZ43.2929.7671.17-
YUV152.4166.15163.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=37.69%
G=21.27%
B=41.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021142200.080.4800.14289.8160.2365.49
HexCA72DC8300E1223c41
Octal312162334106001644274101
Binary110010101110010110111001000110000011101001000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72DC; }

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

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

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

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

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

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

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

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