#CF5AEE

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

Shades of Heliotrope #CF5AEE

Tints of Heliotrope #CF5AEE

Color information

#CF5AEE (or 0xCF5AEE) is unknown color: approx Heliotrope. HEX triplet: CF, 5A and EE. RGB value is (207,90,238). Sum of RGB (Red+Green+Blue) = 207+90+238=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF5AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AEE is #30A511. Grayscale: #8D8D8D. Windows color (decimal): -3187986 or 15620815. OLE color: 15620815.

HSL color Cylindrical-coordinate representation of color #CF5AEE: hue angle of 287.43º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5AEE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20790238-
CMYK0.130.6200.07
HSL287.43º81.32%64.31%-
HSV(B)287.43º62.18%93.33%-
XYZ44.8226.7583.69-
YUV141.85182.26174.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 90 (35.55% from 255) = 16.82%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=38.69%
G=16.82%
B=44.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207902380.130.6200.07287.4381.3264.31
HexCF5AEED3E0711f5140
Octal317132356157607437121100
Binary110011111011010111011101101111110011110001111110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5AEE; }

 p { color: rgb(207,90,238); }

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

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

 a { background-color: rgb(207,90,238); }

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

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

 span { border-color: rgb(207,90,238); }

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