Html Css Color HEX #CE6AEC Heliotrope

📋 copy color: '#CE6AEC'

red 206 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #CE6AEC

Tints of Heliotrope #CE6AEC

RGB

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

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

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

R = 37.59%
G = 19.34%
B = 43.07%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE6AEC (or 0xCE6AEC) is known color: Heliotrope. HEX triplet: CE, 6A and EC. RGB value is (206,106,236). Sum of RGB (Red+Green+Blue) = 206+106+236=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AEC is #319513. Grayscale: #969696. Windows color (decimal): -3249428 or 15493838. OLE color: 15493838.

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

Color convert

RGB 206 106 236 -
CMYK 0.13 0.55 0 0.07
HSL 286.15º 0.77% 0.67% -
HSV(B) 286.15º 0.55% 0.93% -
XYZ 45.75 29.49 82.64 -
YUV 150.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 206 106 236 0.13 0.55 0 0.07 286.15 0.77 0.67
Hex CE 6A EC D 37 0 7 11E 4D 43
Octal 316 152 354 15 67 0 7 436 115 103
Binary 11001110 1101010 11101100 1101 110111 0 111 100011110 1001101 1000011

Color Harmonies of #CE6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AEC

Black with #CE6AEC

Text Example


Text Example

White with #CE6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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