Html Css Color HEX #CE5DF6 Heliotrope

📋 copy color: '#CE5DF6'

red 206 ◦ green 93 ◦ blue 246

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

Shades of Heliotrope #CE5DF6

Tints of Heliotrope #CE5DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.06%

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

R = 37.8%
G = 17.06%
B = 45.14%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE5DF6 (or 0xCE5DF6) is known color: Heliotrope. HEX triplet: CE, 5D and F6. RGB value is (206,93,246). Sum of RGB (Red+Green+Blue) = 206+93+246=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DF6 is #31A209. Grayscale: #8F8F8F. Windows color (decimal): -3252746 or 16145870. OLE color: 16145870.

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

Color convert

RGB 206 93 246 -
CMYK 0.16 0.62 0 0.04
HSL 284.31º 0.89% 0.66% -
HSV(B) 284.31º 0.62% 0.96% -
XYZ 46 27.6 90.09 -
YUV 144.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 206 93 246 0.16 0.62 0 0.04 284.31 0.89 0.66
Hex CE 5D F6 10 3E 0 4 11C 59 42
Octal 316 135 366 20 76 0 4 434 131 102
Binary 11001110 1011101 11110110 10000 111110 0 100 100011100 1011001 1000010

Color Harmonies of #CE5DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DF6

Black with #CE5DF6

Text Example


Text Example

White with #CE5DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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