#CF73E8

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

Shades of Heliotrope #CF73E8

Tints of Heliotrope #CF73E8

Color information

#CF73E8 (or 0xCF73E8) is unknown color: approx Heliotrope. HEX triplet: CF, 73 and E8. RGB value is (207,115,232). Sum of RGB (Red+Green+Blue) = 207+115+232=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF73E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73E8 is #308C17. Grayscale: #9B9B9B. Windows color (decimal): -3181592 or 15233999. OLE color: 15233999.

HSL color Cylindrical-coordinate representation of color #CF73E8: hue angle of 287.18º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF73E8 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207115232-
CMYK0.110.5000.09
HSL287.18º71.78%68.04%-
HSV(B)287.18º50.43%90.98%-
XYZ46.4331.3579.95-
YUV155.85170.98164.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 115 (45.31% from 255) = 20.76%
BLUE value IS 232 (91.02% from 255) = 41.88%
R=37.36%
G=20.76%
B=41.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071152320.110.5000.09287.1871.7868.04
HexCF73E8B320911f4844
Octal3171633501362011437110104
Binary1100111111100111110100010111100100100110001111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF73E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF73E8; }

 p { color: rgb(207,115,232); }

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

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

 a { background-color: rgb(207,115,232); }

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

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

 span { border-color: rgb(207,115,232); }

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