#CF6AEE

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

Shades of Heliotrope #CF6AEE

Tints of Heliotrope #CF6AEE

Color information

#CF6AEE (or 0xCF6AEE) is unknown color: approx Heliotrope. HEX triplet: CF, 6A and EE. RGB value is (207,106,238). Sum of RGB (Red+Green+Blue) = 207+106+238=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AEE is #309511. Grayscale: #969696. Windows color (decimal): -3183890 or 15624911. OLE color: 15624911.

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

Color convert

RGB207106238-
CMYK0.130.5500.07
HSL285.91º79.52%67.45%-
HSV(B)285.91º55.46%93.33%-
XYZ46.3229.7584.19-
YUV151.25176.96167.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=37.57%
G=19.24%
B=43.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071062380.130.5500.07285.9179.5267.45
HexCF6AEED370711e5043
Octal317152356156707436120103
Binary110011111101010111011101101110111011110001111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AEE; }

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

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

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

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

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

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

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

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