Html Css Color HEX #CE6FEE Heliotrope

📋 copy color: '#CE6FEE'

red 206 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #CE6FEE

Tints of Heliotrope #CE6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 37.12%
G = 20%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE6FEE (or 0xCE6FEE) is known color: Heliotrope. HEX triplet: CE, 6F and EE. RGB value is (206,111,238). Sum of RGB (Red+Green+Blue) = 206+111+238=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FEE is #319011. Grayscale: #999999. Windows color (decimal): -3248146 or 15626190. OLE color: 15626190.

HSL color Cylindrical-coordinate representation of color #CE6FEE: hue angle of 284.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6FEE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 111 238 -
CMYK 0.13 0.53 0 0.07
HSL 284.88º 0.79% 0.68% -
HSV(B) 284.88º 0.53% 0.93% -
XYZ 46.57 30.66 84.35 -
YUV 153.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 206 111 238 0.13 0.53 0 0.07 284.88 0.79 0.68
Hex CE 6F EE D 35 0 7 11D 4F 44
Octal 316 157 356 15 65 0 7 435 117 104
Binary 11001110 1101111 11101110 1101 110101 0 111 100011101 1001111 1000100

Color Harmonies of #CE6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FEE

Black with #CE6FEE

Text Example


Text Example

White with #CE6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FEE; }

 p { color: rgb(206,111,238); }

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

background-color css

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

 a { background-color: rgb(206,111,238); }

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

border-color css

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

 span { border-color: rgb(206,111,238); }

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