#ca70d6

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

Shades of Orchid #CA70D6

Tints of Orchid #CA70D6

Color information

#CA70D6 (or 0xCA70D6) is unknown color: approx Orchid. HEX triplet: CA, 70 and D6. RGB value is (202,112,214). Sum of RGB (Red+Green+Blue) = 202+112+214=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D6 is #358F29. Grayscale: #969696. Windows color (decimal): -3510058 or 14053578. OLE color: 14053578.

HSL color Cylindrical-coordinate representation of color #CA70D6: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA70D6 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202112214-
CMYK0.060.4800.16
HSL292.94º55.43%63.92%-
HSV(B)292.94º47.66%83.92%-
XYZ42.292966.99-
YUV150.54163.82164.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=38.26%
G=21.21%
B=40.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021122140.060.4800.16292.9455.4363.92
HexCA70D66300101253740
Octal31216032666002044567100
Binary110010101110000110101101101100000100001001001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca70d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca70d6; }

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

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

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

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

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

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

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

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