Html Css Color HEX #CE6FEC Heliotrope

📋 copy color: '#CE6FEC'

red 206 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #CE6FEC

Tints of Heliotrope #CE6FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 37.25%
G = 20.07%
B = 42.68%

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

#CE6FEC (or 0xCE6FEC) is known color: Heliotrope. HEX triplet: CE, 6F and EC. RGB value is (206,111,236). Sum of RGB (Red+Green+Blue) = 206+111+236=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FEC is #319013. Grayscale: #999999. Windows color (decimal): -3248148 or 15495118. OLE color: 15495118.

HSL color Cylindrical-coordinate representation of color #CE6FEC: hue angle of 285.6º degrees, saturation: 0.77, 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 #CE6FEC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 111 236 -
CMYK 0.13 0.53 0 0.07
HSL 285.6º 0.77% 0.68% -
HSV(B) 285.6º 0.53% 0.93% -
XYZ 46.28 30.55 82.81 -
YUV 153.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 206 111 236 0.13 0.53 0 0.07 285.6 0.77 0.68
Hex CE 6F EC D 35 0 7 11E 4D 44
Octal 316 157 354 15 65 0 7 436 115 104
Binary 11001110 1101111 11101100 1101 110101 0 111 100011110 1001101 1000100

Color Harmonies of #CE6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FEC

Black with #CE6FEC

Text Example


Text Example

White with #CE6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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