#CD70CA

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

Shades of Orchid #CD70CA

Tints of Orchid #CD70CA

Color information

#CD70CA (or 0xCD70CA) is unknown color: approx Orchid. HEX triplet: CD, 70 and CA. RGB value is (205,112,202). Sum of RGB (Red+Green+Blue) = 205+112+202=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CA is #328F35. Grayscale: #959595. Windows color (decimal): -3313462 or 13267149. OLE color: 13267149.

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

Color convert

RGB205112202-
CMYK00.450.010.20
HSL301.94º48.19%62.16%-
HSV(B)301.94º45.37%80.39%-
XYZ41.6328.8359.25-
YUV150.07157.31167.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=39.50%
G=21.58%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511220200.450.010.20301.9448.1962.16
HexCD70CA02D11412e303e
Octal3151603120551244566076
Binary110011011110000110010100101101110100100101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70CA; }

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

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

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

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

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

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

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

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