#CD70CC

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

Shades of Orchid #CD70CC

Tints of Orchid #CD70CC

Color information

#CD70CC (or 0xCD70CC) is unknown color: approx Orchid. HEX triplet: CD, 70 and CC. RGB value is (205,112,204). Sum of RGB (Red+Green+Blue) = 205+112+204=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CC is #328F33. Grayscale: #969696. Windows color (decimal): -3313460 or 13398221. OLE color: 13398221.

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

Color convert

RGB205112204-
CMYK00.450.000.20
HSL300.65º48.19%62.16%-
HSV(B)300.65º45.37%80.39%-
XYZ41.8728.9360.5-
YUV150.29158.31167.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=39.35%
G=21.50%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511220400.450.000.20300.6548.1962.16
HexCD70CC02D01412d303e
Octal3151603140550244556076
Binary110011011110000110011000101101010100100101101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD70CC; }

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

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

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

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

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

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

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

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