Html Css Color HEX #CE6AFB Heliotrope

📋 copy color: '#CE6AFB'

red 206 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #CE6AFB

Tints of Heliotrope #CE6AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 36.59%
G = 18.83%
B = 44.58%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6AFB (or 0xCE6AFB) is known color: Heliotrope. HEX triplet: CE, 6A and FB. RGB value is (206,106,251). Sum of RGB (Red+Green+Blue) = 206+106+251=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AFB is #319504. Grayscale: #979797. Windows color (decimal): -3249413 or 16476878. OLE color: 16476878.

HSL color Cylindrical-coordinate representation of color #CE6AFB: hue angle of 281.38º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE6AFB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 106 251 -
CMYK 0.18 0.58 0 0.02
HSL 281.38º 0.95% 0.7% -
HSV(B) 281.38º 0.58% 0.98% -
XYZ 48.02 30.39 94.6 -
YUV 152.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 206 106 251 0.18 0.58 0 0.02 281.38 0.95 0.7
Hex CE 6A FB 12 3A 0 2 119 5F 46
Octal 316 152 373 22 72 0 2 431 137 106
Binary 11001110 1101010 11111011 10010 111010 0 10 100011001 1011111 1000110

Color Harmonies of #CE6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AFB

Black with #CE6AFB

Text Example


Text Example

White with #CE6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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