#CA70D4

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

Shades of Orchid #CA70D4

Tints of Orchid #CA70D4

Color information

#CA70D4 (or 0xCA70D4) is unknown color: approx Orchid. HEX triplet: CA, 70 and D4. RGB value is (202,112,212). Sum of RGB (Red+Green+Blue) = 202+112+212=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D4 is #358F2B. Grayscale: #969696. Windows color (decimal): -3510060 or 13922506. OLE color: 13922506.

HSL color Cylindrical-coordinate representation of color #CA70D4: hue angle of 294º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA70D4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202112212-
CMYK0.050.4700.17
HSL294º53.76%63.53%-
HSV(B)294º47.17%83.14%-
XYZ42.0328.965.65-
YUV150.31162.82164.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=38.40%
G=21.29%
B=40.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021122120.050.4700.1729453.7663.53
HexCA70D452F0111263640
Octal31216032455702144666100
Binary110010101110000110101001011011110100011001001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA70D4; }

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

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

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

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

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

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

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

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