#CD72EA

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

Shades of Heliotrope #CD72EA

Tints of Heliotrope #CD72EA

Color information

#CD72EA (or 0xCD72EA) is unknown color: approx Heliotrope. HEX triplet: CD, 72 and EA. RGB value is (205,114,234). Sum of RGB (Red+Green+Blue) = 205+114+234=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD72EA is #328D15. Grayscale: #9A9A9A. Windows color (decimal): -3312918 or 15364813. OLE color: 15364813.

HSL color Cylindrical-coordinate representation of color #CD72EA: hue angle of 285.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD72EA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205114234-
CMYK0.120.5100.08
HSL285.5º74.07%68.24%-
HSV(B)285.5º51.28%91.76%-
XYZ46.0530.9581.39-
YUV154.89172.65163.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=37.07%
G=20.61%
B=42.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051142340.120.5100.08285.574.0768.24
HexCD72EAC330811e4a44
Octal3151623521463010436112104
Binary1100110111100101110101011001100110100010001111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD72EA; }

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

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

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

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

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

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

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

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