Html Css Color HEX #CE7EEA Heliotrope

📋 copy color: '#CE7EEA'

red 206 ◦ green 126 ◦ blue 234

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

Shades of Heliotrope #CE7EEA

Tints of Heliotrope #CE7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 36.4%
G = 22.26%
B = 41.34%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE7EEA (or 0xCE7EEA) is known color: Heliotrope. HEX triplet: CE, 7E and EA. RGB value is (206,126,234). Sum of RGB (Red+Green+Blue) = 206+126+234=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEA is #318115. Grayscale: #A1A1A1. Windows color (decimal): -3244310 or 15367886. OLE color: 15367886.

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

Color convert

RGB 206 126 234 -
CMYK 0.12 0.46 0 0.08
HSL 284.44º 0.72% 0.71% -
HSV(B) 284.44º 0.46% 0.92% -
XYZ 47.77 33.98 81.88 -
YUV 162.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 206 126 234 0.12 0.46 0 0.08 284.44 0.72 0.71
Hex CE 7E EA C 2E 0 8 11C 48 47
Octal 316 176 352 14 56 0 10 434 110 107
Binary 11001110 1111110 11101010 1100 101110 0 1000 100011100 1001000 1000111

Color Harmonies of #CE7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EEA

Black with #CE7EEA

Text Example


Text Example

White with #CE7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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