Html Css Color HEX #CE6FEB Heliotrope

📋 copy color: '#CE6FEB'

red 206 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #CE6FEB

Tints of Heliotrope #CE6FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 37.32%
G = 20.11%
B = 42.57%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE6FEB (or 0xCE6FEB) is known color: Heliotrope. HEX triplet: CE, 6F and EB. RGB value is (206,111,235). Sum of RGB (Red+Green+Blue) = 206+111+235=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FEB is #319014. Grayscale: #999999. Windows color (decimal): -3248149 or 15429582. OLE color: 15429582.

HSL color Cylindrical-coordinate representation of color #CE6FEB: hue angle of 285.97º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6FEB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 111 235 -
CMYK 0.12 0.53 0 0.08
HSL 285.97º 0.76% 0.68% -
HSV(B) 285.97º 0.53% 0.92% -
XYZ 46.13 30.49 82.05 -
YUV 153.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 206 111 235 0.12 0.53 0 0.08 285.97 0.76 0.68
Hex CE 6F EB C 35 0 8 11E 4C 44
Octal 316 157 353 14 65 0 10 436 114 104
Binary 11001110 1101111 11101011 1100 110101 0 1000 100011110 1001100 1000100

Color Harmonies of #CE6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FEB

Black with #CE6FEB

Text Example


Text Example

White with #CE6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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