Html Css Color HEX #CE5BEF Heliotrope

📋 copy color: '#CE5BEF'

red 206 ◦ green 91 ◦ blue 239

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

Shades of Heliotrope #CE5BEF

Tints of Heliotrope #CE5BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.98%

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

R = 38.43%
G = 16.98%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE5BEF (or 0xCE5BEF) is known color: Heliotrope. HEX triplet: CE, 5B and EF. RGB value is (206,91,239). Sum of RGB (Red+Green+Blue) = 206+91+239=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BEF is #31A410. Grayscale: #8D8D8D. Windows color (decimal): -3253265 or 15686606. OLE color: 15686606.

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

Color convert

RGB 206 91 239 -
CMYK 0.14 0.62 0 0.06
HSL 286.62º 0.82% 0.65% -
HSV(B) 286.62º 0.62% 0.94% -
XYZ 44.77 26.84 84.48 -
YUV 142.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 206 91 239 0.14 0.62 0 0.06 286.62 0.82 0.65
Hex CE 5B EF E 3E 0 6 11F 52 41
Octal 316 133 357 16 76 0 6 437 122 101
Binary 11001110 1011011 11101111 1110 111110 0 110 100011111 1010010 1000001

Color Harmonies of #CE5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BEF

Black with #CE5BEF

Text Example


Text Example

White with #CE5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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