Html Css Color HEX #CE7EF6 Heliotrope

📋 copy color: '#CE7EF6'

red 206 ◦ green 126 ◦ blue 246

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

Shades of Heliotrope #CE7EF6

Tints of Heliotrope #CE7EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 35.64%
G = 21.8%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE7EF6 (or 0xCE7EF6) is known color: Heliotrope. HEX triplet: CE, 7E and F6. RGB value is (206,126,246). Sum of RGB (Red+Green+Blue) = 206+126+246=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE7EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EF6 is #318109. Grayscale: #A3A3A3. Windows color (decimal): -3244298 or 16154318. OLE color: 16154318.

HSL color Cylindrical-coordinate representation of color #CE7EF6: hue angle of 280º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7EF6 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 126 246 -
CMYK 0.16 0.49 0 0.04
HSL 280º 0.87% 0.73% -
HSV(B) 280º 0.49% 0.96% -
XYZ 49.55 34.7 91.27 -
YUV 163.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 206 126 246 0.16 0.49 0 0.04 280 0.87 0.73
Hex CE 7E F6 10 31 0 4 118 57 49
Octal 316 176 366 20 61 0 4 430 127 111
Binary 11001110 1111110 11110110 10000 110001 0 100 100011000 1010111 1001001

Color Harmonies of #CE7EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EF6

Black with #CE7EF6

Text Example


Text Example

White with #CE7EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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