Html Css Color HEX #CE7AEE Heliotrope

📋 copy color: '#CE7AEE'

red 206 ◦ green 122 ◦ blue 238

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

Shades of Heliotrope #CE7AEE

Tints of Heliotrope #CE7AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 36.4%
G = 21.55%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE7AEE (or 0xCE7AEE) is known color: Heliotrope. HEX triplet: CE, 7A and EE. RGB value is (206,122,238). Sum of RGB (Red+Green+Blue) = 206+122+238=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE7AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AEE is #318511. Grayscale: #9F9F9F. Windows color (decimal): -3245330 or 15629006. OLE color: 15629006.

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

Color convert

RGB 206 122 238 -
CMYK 0.13 0.49 0 0.07
HSL 283.45º 0.77% 0.71% -
HSV(B) 283.45º 0.49% 0.93% -
XYZ 47.85 33.21 84.78 -
YUV 160.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 206 122 238 0.13 0.49 0 0.07 283.45 0.77 0.71
Hex CE 7A EE D 31 0 7 11B 4D 47
Octal 316 172 356 15 61 0 7 433 115 107
Binary 11001110 1111010 11101110 1101 110001 0 111 100011011 1001101 1000111

Color Harmonies of #CE7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AEE

Black with #CE7AEE

Text Example


Text Example

White with #CE7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AEE; }

 p { color: rgb(206,122,238); }

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

background-color css

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

 a { background-color: rgb(206,122,238); }

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

border-color css

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

 span { border-color: rgb(206,122,238); }

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