Html Css Color HEX #CE7EEB Heliotrope

📋 copy color: '#CE7EEB'

red 206 ◦ green 126 ◦ blue 235

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

Shades of Heliotrope #CE7EEB

Tints of Heliotrope #CE7EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 36.33%
G = 22.22%
B = 41.45%

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

#CE7EEB (or 0xCE7EEB) is known color: Heliotrope. HEX triplet: CE, 7E and EB. RGB value is (206,126,235). Sum of RGB (Red+Green+Blue) = 206+126+235=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE7EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEB is #318114. Grayscale: #A1A1A1. Windows color (decimal): -3244309 or 15433422. OLE color: 15433422.

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

Color convert

RGB 206 126 235 -
CMYK 0.12 0.46 0 0.08
HSL 284.04º 0.73% 0.71% -
HSV(B) 284.04º 0.46% 0.92% -
XYZ 47.91 34.04 82.64 -
YUV 162.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 206 126 235 0.12 0.46 0 0.08 284.04 0.73 0.71
Hex CE 7E EB C 2E 0 8 11C 49 47
Octal 316 176 353 14 56 0 10 434 111 107
Binary 11001110 1111110 11101011 1100 101110 0 1000 100011100 1001001 1000111

Color Harmonies of #CE7EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EEB

Black with #CE7EEB

Text Example


Text Example

White with #CE7EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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