Html Css Color HEX #CE7EEF Heliotrope

📋 copy color: '#CE7EEF'

red 206 ◦ green 126 ◦ blue 239

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

Shades of Heliotrope #CE7EEF

Tints of Heliotrope #CE7EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 36.08%
G = 22.07%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE7EEF (or 0xCE7EEF) is known color: Heliotrope. HEX triplet: CE, 7E and EF. RGB value is (206,126,239). Sum of RGB (Red+Green+Blue) = 206+126+239=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EEF is #318110. Grayscale: #A2A2A2. Windows color (decimal): -3244305 or 15695566. OLE color: 15695566.

HSL color Cylindrical-coordinate representation of color #CE7EEF: hue angle of 282.48º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7EEF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 126 239 -
CMYK 0.14 0.47 0 0.06
HSL 282.48º 0.78% 0.72% -
HSV(B) 282.48º 0.47% 0.94% -
XYZ 48.49 34.28 85.72 -
YUV 162.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 206 126 239 0.14 0.47 0 0.06 282.48 0.78 0.72
Hex CE 7E EF E 2F 0 6 11A 4E 48
Octal 316 176 357 16 57 0 6 432 116 110
Binary 11001110 1111110 11101111 1110 101111 0 110 100011010 1001110 1001000

Color Harmonies of #CE7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EEF

Black with #CE7EEF

Text Example


Text Example

White with #CE7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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