#CD72DD

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

Shades of Orchid #CD72DD

Tints of Orchid #CD72DD

Color information

#CD72DD (or 0xCD72DD) is unknown color: approx Orchid. HEX triplet: CD, 72 and DD. RGB value is (205,114,221). Sum of RGB (Red+Green+Blue) = 205+114+221=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72DD is #328D22. Grayscale: #999999. Windows color (decimal): -3312931 or 14512845. OLE color: 14512845.

HSL color Cylindrical-coordinate representation of color #CD72DD: hue angle of 291.03º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD72DD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205114221-
CMYK0.070.4800.13
HSL291.03º61.14%65.69%-
HSV(B)291.03º48.42%86.67%-
XYZ44.2530.2371.91-
YUV153.41166.15164.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=37.96%
G=21.11%
B=40.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051142210.070.4800.13291.0361.1465.69
HexCD72DD7300D1233d42
Octal31516233576001544375102
Binary11001101111001011011101111110000011011001000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72DD; }

 p { color: rgb(205,114,221); }

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

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

 a { background-color: rgb(205,114,221); }

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

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

 span { border-color: rgb(205,114,221); }

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