#CF74EC

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

Shades of Heliotrope #CF74EC

Tints of Heliotrope #CF74EC

Color information

#CF74EC (or 0xCF74EC) is unknown color: approx Heliotrope. HEX triplet: CF, 74 and EC. RGB value is (207,116,236). Sum of RGB (Red+Green+Blue) = 207+116+236=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF74EC is #308B13. Grayscale: #9C9C9C. Windows color (decimal): -3181332 or 15496399. OLE color: 15496399.

HSL color Cylindrical-coordinate representation of color #CF74EC: hue angle of 285.5º degrees, saturation: 0.76, 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 #CF74EC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207116236-
CMYK0.120.5100.07
HSL285.5º75.95%69.02%-
HSV(B)285.5º50.85%92.55%-
XYZ47.1231.8183.01-
YUV156.89172.65163.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=37.03%
G=20.75%
B=42.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071162360.120.5100.07285.575.9569.02
HexCF74ECC330711e4c45
Octal317164354146307436114105
Binary110011111110100111011001100110011011110001111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF74EC; }

 p { color: rgb(207,116,236); }

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

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

 a { background-color: rgb(207,116,236); }

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

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

 span { border-color: rgb(207,116,236); }

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