Html Css Color HEX #CE6AEA Heliotrope

📋 copy color: '#CE6AEA'

red 206 ◦ green 106 ◦ blue 234

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

Shades of Heliotrope #CE6AEA

Tints of Heliotrope #CE6AEA

RGB

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

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

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

R = 37.73%
G = 19.41%
B = 42.86%

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

#CE6AEA (or 0xCE6AEA) is known color: Heliotrope. HEX triplet: CE, 6A and EA. RGB value is (206,106,234). Sum of RGB (Red+Green+Blue) = 206+106+234=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE6AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AEA is #319515. Grayscale: #969696. Windows color (decimal): -3249430 or 15362766. OLE color: 15362766.

HSL color Cylindrical-coordinate representation of color #CE6AEA: hue angle of 286.88º degrees, saturation: 0.75, 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 #CE6AEA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 106 234 -
CMYK 0.12 0.55 0 0.08
HSL 286.88º 0.75% 0.67% -
HSV(B) 286.88º 0.55% 0.92% -
XYZ 45.46 29.37 81.12 -
YUV 150.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 206 106 234 0.12 0.55 0 0.08 286.88 0.75 0.67
Hex CE 6A EA C 37 0 8 11F 4B 43
Octal 316 152 352 14 67 0 10 437 113 103
Binary 11001110 1101010 11101010 1100 110111 0 1000 100011111 1001011 1000011

Color Harmonies of #CE6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AEA

Black with #CE6AEA

Text Example


Text Example

White with #CE6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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