#CD74ED

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

Shades of Heliotrope #CD74ED

Tints of Heliotrope #CD74ED

Color information

#CD74ED (or 0xCD74ED) is unknown color: approx Heliotrope. HEX triplet: CD, 74 and ED. RGB value is (205,116,237). Sum of RGB (Red+Green+Blue) = 205+116+237=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD74ED is #328B12. Grayscale: #9C9C9C. Windows color (decimal): -3312403 or 15561933. OLE color: 15561933.

HSL color Cylindrical-coordinate representation of color #CD74ED: hue angle of 284.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD74ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205116237-
CMYK0.140.5100.07
HSL284.13º77.07%69.22%-
HSV(B)284.13º51.05%92.94%-
XYZ46.7131.5883.76-
YUV156.4173.49162.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=36.74%
G=20.79%
B=42.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051162370.140.5100.07284.1377.0769.22
HexCD74EDE330711c4d45
Octal315164355166307434115105
Binary110011011110100111011011110110011011110001110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74ED; }

 p { color: rgb(205,116,237); }

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

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

 a { background-color: rgb(205,116,237); }

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

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

 span { border-color: rgb(205,116,237); }

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