#CD72C8

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

Shades of Orchid #CD72C8

Tints of Orchid #CD72C8

Color information

#CD72C8 (or 0xCD72C8) is unknown color: approx Orchid. HEX triplet: CD, 72 and C8. RGB value is (205,114,200). Sum of RGB (Red+Green+Blue) = 205+114+200=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD72C8 is #328D37. Grayscale: #969696. Windows color (decimal): -3312952 or 13136589. OLE color: 13136589.

HSL color Cylindrical-coordinate representation of color #CD72C8: hue angle of 303.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD72C8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205114200-
CMYK00.440.020.20
HSL303.3º47.64%62.55%-
HSV(B)303.3º44.39%80.39%-
XYZ41.6229.1858.08-
YUV151.01155.65166.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=39.50%
G=21.97%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511420000.440.020.20303.347.6462.55
HexCD72C802C21412f303f
Octal3151623100542244576077
Binary1100110111100101100100001011001010100100101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72C8; }

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

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

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

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

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

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

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

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