Html Css Color HEX #CE5EEF Heliotrope

📋 copy color: '#CE5EEF'

red 206 ◦ green 94 ◦ blue 239

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

Shades of Heliotrope #CE5EEF

Tints of Heliotrope #CE5EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.44%

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

R = 38.22%
G = 17.44%
B = 44.34%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE5EEF (or 0xCE5EEF) is known color: Heliotrope. HEX triplet: CE, 5E and EF. RGB value is (206,94,239). Sum of RGB (Red+Green+Blue) = 206+94+239=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EEF is #31A110. Grayscale: #8F8F8F. Windows color (decimal): -3252497 or 15687374. OLE color: 15687374.

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

Color convert

RGB 206 94 239 -
CMYK 0.14 0.61 0 0.06
HSL 286.34º 0.82% 0.65% -
HSV(B) 286.34º 0.61% 0.94% -
XYZ 45.04 27.36 84.57 -
YUV 144.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 206 94 239 0.14 0.61 0 0.06 286.34 0.82 0.65
Hex CE 5E EF E 3D 0 6 11E 52 41
Octal 316 136 357 16 75 0 6 436 122 101
Binary 11001110 1011110 11101111 1110 111101 0 110 100011110 1010010 1000001

Color Harmonies of #CE5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5EEF

Black with #CE5EEF

Text Example


Text Example

White with #CE5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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