#CD72D6

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

Shades of Orchid #CD72D6

Tints of Orchid #CD72D6

Color information

#CD72D6 (or 0xCD72D6) is unknown color: approx Orchid. HEX triplet: CD, 72 and D6. RGB value is (205,114,214). Sum of RGB (Red+Green+Blue) = 205+114+214=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD72D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72D6 is #328D29. Grayscale: #989898. Windows color (decimal): -3312938 or 14054093. OLE color: 14054093.

HSL color Cylindrical-coordinate representation of color #CD72D6: hue angle of 294.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD72D6 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205114214-
CMYK0.040.4700.16
HSL294.6º54.95%64.31%-
HSV(B)294.6º46.73%83.92%-
XYZ43.3329.8767.1-
YUV152.61162.65165.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 214 (83.98% from 255) = 40.15%
R=38.46%
G=21.39%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051142140.040.4700.16294.654.9564.31
HexCD72D642F0101273740
Octal31516232645702044767100
Binary110011011110010110101101001011110100001001001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72D6; }

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

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

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

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

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

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

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

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