#CA70CF

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

Shades of Orchid #CA70CF

Tints of Orchid #CA70CF

Color information

#CA70CF (or 0xCA70CF) is unknown color: approx Orchid. HEX triplet: CA, 70 and CF. RGB value is (202,112,207). Sum of RGB (Red+Green+Blue) = 202+112+207=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70CF is #358F30. Grayscale: #959595. Windows color (decimal): -3510065 or 13594826. OLE color: 13594826.

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

Color convert

RGB202112207-
CMYK0.020.4600.19
HSL296.84º49.74%62.55%-
HSV(B)296.84º45.89%81.18%-
XYZ41.4128.6562.38-
YUV149.74160.32165.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=38.77%
G=21.50%
B=39.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021122070.020.4600.19296.8449.7462.55
HexCA70CF22E013129323f
Octal3121603172560234516277
Binary1100101011100001100111110101110010011100101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA70CF; }

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

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

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

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

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

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

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

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