#CD72D9

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

Shades of Orchid #CD72D9

Tints of Orchid #CD72D9

Color information

#CD72D9 (or 0xCD72D9) is unknown color: approx Orchid. HEX triplet: CD, 72 and D9. RGB value is (205,114,217). Sum of RGB (Red+Green+Blue) = 205+114+217=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72D9 is #328D26. Grayscale: #989898. Windows color (decimal): -3312935 or 14250701. OLE color: 14250701.

HSL color Cylindrical-coordinate representation of color #CD72D9: hue angle of 293.01º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD72D9 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205114217-
CMYK0.060.4700.15
HSL293.01º57.54%64.9%-
HSV(B)293.01º47.47%85.1%-
XYZ43.7230.0269.14-
YUV152.95164.15165.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=38.25%
G=21.27%
B=40.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051142170.060.4700.15293.0157.5464.9
HexCD72D962F0F1253a41
Octal31516233165701744572101
Binary11001101111001011011001110101111011111001001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72D9; }

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

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

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

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

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

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

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

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