#CA72CD

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

Shades of Orchid #CA72CD

Tints of Orchid #CA72CD

Color information

#CA72CD (or 0xCA72CD) is unknown color: approx Orchid. HEX triplet: CA, 72 and CD. RGB value is (202,114,205). Sum of RGB (Red+Green+Blue) = 202+114+205=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72CD is #358D32. Grayscale: #969696. Windows color (decimal): -3509555 or 13464266. OLE color: 13464266.

HSL color Cylindrical-coordinate representation of color #CA72CD: hue angle of 298.02º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA72CD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202114205-
CMYK0.010.4400.20
HSL298.02º47.64%62.55%-
HSV(B)298.02º44.39%80.39%-
XYZ41.392961.17-
YUV150.69158.65164.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=38.77%
G=21.88%
B=39.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021142050.010.4400.20298.0247.6462.55
HexCA72CD12C01412a303f
Octal3121623151540244526077
Binary110010101110010110011011101100010100100101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72CD; }

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

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

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

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

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

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

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

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