Html Css Color HEX #CE6EEF Heliotrope

📋 copy color: '#CE6EEF'

red 206 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #CE6EEF

Tints of Heliotrope #CE6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 37.12%
G = 19.82%
B = 43.06%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE6EEF (or 0xCE6EEF) is known color: Heliotrope. HEX triplet: CE, 6E and EF. RGB value is (206,110,239). Sum of RGB (Red+Green+Blue) = 206+110+239=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EEF is #319110. Grayscale: #989898. Windows color (decimal): -3248401 or 15691470. OLE color: 15691470.

HSL color Cylindrical-coordinate representation of color #CE6EEF: hue angle of 284.65º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6EEF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 110 239 -
CMYK 0.14 0.54 0 0.06
HSL 284.65º 0.8% 0.68% -
HSV(B) 284.65º 0.54% 0.94% -
XYZ 46.61 30.51 85.09 -
YUV 153.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 206 110 239 0.14 0.54 0 0.06 284.65 0.8 0.68
Hex CE 6E EF E 36 0 6 11D 50 44
Octal 316 156 357 16 66 0 6 435 120 104
Binary 11001110 1101110 11101111 1110 110110 0 110 100011101 1010000 1000100

Color Harmonies of #CE6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EEF

Black with #CE6EEF

Text Example


Text Example

White with #CE6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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