Html Css Color HEX #CE6AF6 Heliotrope

📋 copy color: '#CE6AF6'

red 206 ◦ green 106 ◦ blue 246

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

Shades of Heliotrope #CE6AF6

Tints of Heliotrope #CE6AF6

RGB

 RED value IS 206 (80.86% from 255) = 36.92%

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

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 36.92%
G = 19%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE6AF6 (or 0xCE6AF6) is known color: Heliotrope. HEX triplet: CE, 6A and F6. RGB value is (206,106,246). Sum of RGB (Red+Green+Blue) = 206+106+246=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE6AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF6 is #319509. Grayscale: #979797. Windows color (decimal): -3249418 or 16149198. OLE color: 16149198.

HSL color Cylindrical-coordinate representation of color #CE6AF6: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6AF6 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 106 246 -
CMYK 0.16 0.57 0 0.04
HSL 282.86º 0.89% 0.69% -
HSV(B) 282.86º 0.57% 0.96% -
XYZ 47.24 30.08 90.51 -
YUV 151.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 206 106 246 0.16 0.57 0 0.04 282.86 0.89 0.69
Hex CE 6A F6 10 39 0 4 11B 59 45
Octal 316 152 366 20 71 0 4 433 131 105
Binary 11001110 1101010 11110110 10000 111001 0 100 100011011 1011001 1000101

Color Harmonies of #CE6AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AF6

Black with #CE6AF6

Text Example


Text Example

White with #CE6AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AF6; }

 p { color: rgb(206,106,246); }

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

background-color css

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

 a { background-color: rgb(206,106,246); }

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

border-color css

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

 span { border-color: rgb(206,106,246); }

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