Html Css Color HEX #CE6EFB Heliotrope

📋 copy color: '#CE6EFB'

red 206 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #CE6EFB

Tints of Heliotrope #CE6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 36.33%
G = 19.4%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6EFB (or 0xCE6EFB) is known color: Heliotrope. HEX triplet: CE, 6E and FB. RGB value is (206,110,251). Sum of RGB (Red+Green+Blue) = 206+110+251=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EFB is #319104. Grayscale: #9A9A9A. Windows color (decimal): -3248389 or 16477902. OLE color: 16477902.

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

Color convert

RGB 206 110 251 -
CMYK 0.18 0.56 0 0.02
HSL 280.85º 0.95% 0.71% -
HSV(B) 280.85º 0.56% 0.98% -
XYZ 48.44 31.24 94.74 -
YUV 154.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 206 110 251 0.18 0.56 0 0.02 280.85 0.95 0.71
Hex CE 6E FB 12 38 0 2 119 5F 47
Octal 316 156 373 22 70 0 2 431 137 107
Binary 11001110 1101110 11111011 10010 111000 0 10 100011001 1011111 1000111

Color Harmonies of #CE6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EFB

Black with #CE6EFB

Text Example


Text Example

White with #CE6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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