Html Css Color HEX #CF6AE8 Heliotrope

📋 copy color: '#CF6AE8'

red 207 ◦ green 106 ◦ blue 232

#CF6AE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CF6AE8

Tints of Heliotrope #CF6AE8

RGB

 RED value IS 207 (81.25% from 255) = 37.98%

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 232 (91.02% from 255) = 42.57%

R = 37.98%
G = 19.45%
B = 42.57%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF6AE8 (or 0xCF6AE8) is known color: Heliotrope. HEX triplet: CF, 6A and E8. RGB value is (207,106,232). Sum of RGB (Red+Green+Blue) = 207+106+232=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AE8 is #309517. Grayscale: #969696. Windows color (decimal): -3183896 or 15231695. OLE color: 15231695.

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

Color convert

RGB 207 106 232 -
CMYK 0.11 0.54 0 0.09
HSL 288.1º 0.73% 0.66% -
HSV(B) 288.1º 0.54% 0.91% -
XYZ 45.45 29.4 79.62 -
YUV 150.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 207 106 232 0.11 0.54 0 0.09 288.1 0.73 0.66
Hex CF 6A E8 B 36 0 9 120 49 42
Octal 317 152 350 13 66 0 11 440 111 102
Binary 11001111 1101010 11101000 1011 110110 0 1001 100100000 1001001 1000010

Color Harmonies of #CF6AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AE8

Black with #CF6AE8

Text Example


Text Example

White with #CF6AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AE8; }

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

 H1.HeaderClassName
 {
   color: #CF6AE8;
 }
 .AnyTagClassName
 {
   color: #CF6AE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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