Html Css Color HEX #CE6FEF Heliotrope

📋 copy color: '#CE6FEF'

red 206 ◦ green 111 ◦ blue 239

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

Shades of Heliotrope #CE6FEF

Tints of Heliotrope #CE6FEF

RGB

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

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

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

R = 37.05%
G = 19.96%
B = 42.99%

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

#CE6FEF (or 0xCE6FEF) is known color: Heliotrope. HEX triplet: CE, 6F and EF. RGB value is (206,111,239). Sum of RGB (Red+Green+Blue) = 206+111+239=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FEF is #319010. Grayscale: #999999. Windows color (decimal): -3248145 or 15691726. OLE color: 15691726.

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

Color convert

RGB 206 111 239 -
CMYK 0.14 0.54 0 0.06
HSL 284.53º 0.8% 0.69% -
HSV(B) 284.53º 0.54% 0.94% -
XYZ 46.72 30.72 85.13 -
YUV 154 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 206 111 239 0.14 0.54 0 0.06 284.53 0.8 0.69
Hex CE 6F EF E 36 0 6 11D 50 45
Octal 316 157 357 16 66 0 6 435 120 105
Binary 11001110 1101111 11101111 1110 110110 0 110 100011101 1010000 1000101

Color Harmonies of #CE6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FEF

Black with #CE6FEF

Text Example


Text Example

White with #CE6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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