#CF75E9

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

Shades of Heliotrope #CF75E9

Tints of Heliotrope #CF75E9

Color information

#CF75E9 (or 0xCF75E9) is unknown color: approx Heliotrope. HEX triplet: CF, 75 and E9. RGB value is (207,117,233). Sum of RGB (Red+Green+Blue) = 207+117+233=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75E9 is #308A16. Grayscale: #9C9C9C. Windows color (decimal): -3181079 or 15300047. OLE color: 15300047.

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

Color convert

RGB207117233-
CMYK0.110.5000.09
HSL286.55º72.5%68.63%-
HSV(B)286.55º49.79%91.37%-
XYZ46.831.8780.78-
YUV157.13170.82163.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=37.16%
G=21.01%
B=41.83%

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
Decimal2071172330.110.5000.09286.5572.568.63
HexCF75E9B320911f4845
Octal3171653511362011437110105
Binary1100111111101011110100110111100100100110001111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF75E9; }

 p { color: rgb(207,117,233); }

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

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

 a { background-color: rgb(207,117,233); }

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

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

 span { border-color: rgb(207,117,233); }

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