#CD72D7

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

Shades of Orchid #CD72D7

Tints of Orchid #CD72D7

Color information

#CD72D7 (or 0xCD72D7) is unknown color: approx Orchid. HEX triplet: CD, 72 and D7. RGB value is (205,114,215). Sum of RGB (Red+Green+Blue) = 205+114+215=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72D7 is #328D28. Grayscale: #989898. Windows color (decimal): -3312937 or 14119629. OLE color: 14119629.

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

Color convert

RGB205114215-
CMYK0.050.4700.16
HSL294.06º55.8%64.51%-
HSV(B)294.06º46.98%84.31%-
XYZ43.4629.9267.77-
YUV152.72163.15165.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=38.39%
G=21.35%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051142150.050.4700.16294.0655.864.51
HexCD72D752F0101263841
Octal31516232755702044670101
Binary110011011110010110101111011011110100001001001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72D7; }

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

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

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

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

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

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

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

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