Html Css Color HEX #CE5FEF Heliotrope

📋 copy color: '#CE5FEF'

red 206 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #CE5FEF

Tints of Heliotrope #CE5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

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

R = 38.15%
G = 17.59%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE5FEF (or 0xCE5FEF) is known color: Heliotrope. HEX triplet: CE, 5F and EF. RGB value is (206,95,239). Sum of RGB (Red+Green+Blue) = 206+95+239=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FEF is #31A010. Grayscale: #909090. Windows color (decimal): -3252241 or 15687630. OLE color: 15687630.

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

Color convert

RGB 206 95 239 -
CMYK 0.14 0.60 0 0.06
HSL 286.25º 0.82% 0.65% -
HSV(B) 286.25º 0.6% 0.94% -
XYZ 45.13 27.54 84.6 -
YUV 144.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 206 95 239 0.14 0.60 0 0.06 286.25 0.82 0.65
Hex CE 5F EF E 3C 0 6 11E 52 41
Octal 316 137 357 16 74 0 6 436 122 101
Binary 11001110 1011111 11101111 1110 111100 0 110 100011110 1010010 1000001

Color Harmonies of #CE5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FEF

Black with #CE5FEF

Text Example


Text Example

White with #CE5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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