Html Css Color HEX #CE6AEB Heliotrope

📋 copy color: '#CE6AEB'

red 206 ◦ green 106 ◦ blue 235

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

Shades of Heliotrope #CE6AEB

Tints of Heliotrope #CE6AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.38%

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

R = 37.66%
G = 19.38%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE6AEB (or 0xCE6AEB) is known color: Heliotrope. HEX triplet: CE, 6A and EB. RGB value is (206,106,235). Sum of RGB (Red+Green+Blue) = 206+106+235=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE6AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AEB is #319514. Grayscale: #969696. Windows color (decimal): -3249429 or 15428302. OLE color: 15428302.

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

Color convert

RGB 206 106 235 -
CMYK 0.12 0.55 0 0.08
HSL 286.51º 0.76% 0.67% -
HSV(B) 286.51º 0.55% 0.92% -
XYZ 45.6 29.43 81.87 -
YUV 150.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 206 106 235 0.12 0.55 0 0.08 286.51 0.76 0.67
Hex CE 6A EB C 37 0 8 11F 4C 43
Octal 316 152 353 14 67 0 10 437 114 103
Binary 11001110 1101010 11101011 1100 110111 0 1000 100011111 1001100 1000011

Color Harmonies of #CE6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AEB

Black with #CE6AEB

Text Example


Text Example

White with #CE6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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