Html Css Color HEX #CE7EEE Heliotrope

📋 copy color: '#CE7EEE'

red 206 ◦ green 126 ◦ blue 238

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

Shades of Heliotrope #CE7EEE

Tints of Heliotrope #CE7EEE

RGB

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

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

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

R = 36.14%
G = 22.11%
B = 41.75%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE7EEE (or 0xCE7EEE) is known color: Heliotrope. HEX triplet: CE, 7E and EE. RGB value is (206,126,238). Sum of RGB (Red+Green+Blue) = 206+126+238=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEE is #318111. Grayscale: #A2A2A2. Windows color (decimal): -3244306 or 15630030. OLE color: 15630030.

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

Color convert

RGB 206 126 238 -
CMYK 0.13 0.47 0 0.07
HSL 282.86º 0.77% 0.71% -
HSV(B) 282.86º 0.47% 0.93% -
XYZ 48.35 34.22 84.95 -
YUV 162.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 206 126 238 0.13 0.47 0 0.07 282.86 0.77 0.71
Hex CE 7E EE D 2F 0 7 11B 4D 47
Octal 316 176 356 15 57 0 7 433 115 107
Binary 11001110 1111110 11101110 1101 101111 0 111 100011011 1001101 1000111

Color Harmonies of #CE7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EEE

Black with #CE7EEE

Text Example


Text Example

White with #CE7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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