#CD72E0

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

Shades of Orchid #CD72E0

Tints of Orchid #CD72E0

Color information

#CD72E0 (or 0xCD72E0) is unknown color: approx Orchid. HEX triplet: CD, 72 and E0. RGB value is (205,114,224). Sum of RGB (Red+Green+Blue) = 205+114+224=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72E0 is #328D1F. Grayscale: #999999. Windows color (decimal): -3312928 or 14709453. OLE color: 14709453.

HSL color Cylindrical-coordinate representation of color #CD72E0: hue angle of 289.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD72E0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205114224-
CMYK0.080.4900.12
HSL289.64º63.95%66.27%-
HSV(B)289.64º49.11%87.84%-
XYZ44.6530.474.03-
YUV153.75167.65164.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=37.75%
G=20.99%
B=41.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051142240.080.4900.12289.6463.9566.27
HexCD72E08310C1224042
Octal3151623401061014442100102
Binary1100110111100101110000010001100010110010010001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72E0; }

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

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

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

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

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

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

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

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