Html Css Color HEX #CE6EEA Heliotrope

📋 copy color: '#CE6EEA'

red 206 ◦ green 110 ◦ blue 234

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

Shades of Heliotrope #CE6EEA

Tints of Heliotrope #CE6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 37.45%
G = 20%
B = 42.55%

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

#CE6EEA (or 0xCE6EEA) is known color: Heliotrope. HEX triplet: CE, 6E and EA. RGB value is (206,110,234). Sum of RGB (Red+Green+Blue) = 206+110+234=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EEA is #319115. Grayscale: #989898. Windows color (decimal): -3248406 or 15363790. OLE color: 15363790.

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

Color convert

RGB 206 110 234 -
CMYK 0.12 0.53 0 0.08
HSL 286.45º 0.75% 0.67% -
HSV(B) 286.45º 0.53% 0.92% -
XYZ 45.88 30.21 81.26 -
YUV 152.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 206 110 234 0.12 0.53 0 0.08 286.45 0.75 0.67
Hex CE 6E EA C 35 0 8 11E 4B 43
Octal 316 156 352 14 65 0 10 436 113 103
Binary 11001110 1101110 11101010 1100 110101 0 1000 100011110 1001011 1000011

Color Harmonies of #CE6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EEA

Black with #CE6EEA

Text Example


Text Example

White with #CE6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EEA; }

 p { color: rgb(206,110,234); }

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

background-color css

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

 a { background-color: rgb(206,110,234); }

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

border-color css

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

 span { border-color: rgb(206,110,234); }

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