#CA70D0

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

Shades of Orchid #CA70D0

Tints of Orchid #CA70D0

Color information

#CA70D0 (or 0xCA70D0) is unknown color: approx Orchid. HEX triplet: CA, 70 and D0. RGB value is (202,112,208). Sum of RGB (Red+Green+Blue) = 202+112+208=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D0 is #358F2F. Grayscale: #959595. Windows color (decimal): -3510064 or 13660362. OLE color: 13660362.

HSL color Cylindrical-coordinate representation of color #CA70D0: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA70D0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202112208-
CMYK0.030.4600.18
HSL296.25º50.53%62.75%-
HSV(B)296.25º46.15%81.57%-
XYZ41.5428.763.02-
YUV149.85160.82165.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 112 (44.14% from 255) = 21.46%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=38.70%
G=21.46%
B=39.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021122080.030.4600.18296.2550.5362.75
HexCA70D032E012128333f
Octal3121603203560224506377
Binary1100101011100001101000011101110010010100101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA70D0; }

 p { color: rgb(202,112,208); }

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

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

 a { background-color: rgb(202,112,208); }

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

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

 span { border-color: rgb(202,112,208); }

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