#CD70CB

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

Shades of Orchid #CD70CB

Tints of Orchid #CD70CB

Color information

#CD70CB (or 0xCD70CB) is unknown color: approx Orchid. HEX triplet: CD, 70 and CB. RGB value is (205,112,203). Sum of RGB (Red+Green+Blue) = 205+112+203=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CB is #328F34. Grayscale: #959595. Windows color (decimal): -3313461 or 13332685. OLE color: 13332685.

HSL color Cylindrical-coordinate representation of color #CD70CB: hue angle of 301.29º 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 #CD70CB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205112203-
CMYK00.450.010.20
HSL301.29º48.19%62.16%-
HSV(B)301.29º45.37%80.39%-
XYZ41.7528.8859.87-
YUV150.18157.81167.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 112 (44.14% from 255) = 21.54%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=39.42%
G=21.54%
B=39.04%

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
Decimal20511220300.450.010.20301.2948.1962.16
HexCD70CB02D11412d303e
Octal3151603130551244556076
Binary110011011110000110010110101101110100100101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70CB; }

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

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

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

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

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

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

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

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