Html Css Color HEX #CE71EC Heliotrope

📋 copy color: '#CE71EC'

red 206 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #CE71EC

Tints of Heliotrope #CE71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.36%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 37.12%
G = 20.36%
B = 42.52%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE71EC (or 0xCE71EC) is known color: Heliotrope. HEX triplet: CE, 71 and EC. RGB value is (206,113,236). Sum of RGB (Red+Green+Blue) = 206+113+236=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71EC is #318E13. Grayscale: #9A9A9A. Windows color (decimal): -3247636 or 15495630. OLE color: 15495630.

HSL color Cylindrical-coordinate representation of color #CE71EC: hue angle of 285.37º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE71EC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 113 236 -
CMYK 0.13 0.52 0 0.07
HSL 285.37º 0.76% 0.68% -
HSV(B) 285.37º 0.52% 0.93% -
XYZ 46.5 30.99 82.89 -
YUV 154.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 206 113 236 0.13 0.52 0 0.07 285.37 0.76 0.68
Hex CE 71 EC D 34 0 7 11D 4C 44
Octal 316 161 354 15 64 0 7 435 114 104
Binary 11001110 1110001 11101100 1101 110100 0 111 100011101 1001100 1000100

Color Harmonies of #CE71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71EC

Black with #CE71EC

Text Example


Text Example

White with #CE71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71EC; }

 p { color: rgb(206,113,236); }

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

background-color css

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

 a { background-color: rgb(206,113,236); }

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

border-color css

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

 span { border-color: rgb(206,113,236); }

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