Html Css Color HEX #CE71FE Heliotrope

📋 copy color: '#CE71FE'

red 206 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #CE71FE

Tints of Heliotrope #CE71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 35.95%
G = 19.72%
B = 44.33%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE71FE (or 0xCE71FE) is known color: Heliotrope. HEX triplet: CE, 71 and FE. RGB value is (206,113,254). Sum of RGB (Red+Green+Blue) = 206+113+254=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71FE is #318E01. Grayscale: #9C9C9C. Windows color (decimal): -3247618 or 16675278. OLE color: 16675278.

HSL color Cylindrical-coordinate representation of color #CE71FE: hue angle of 279.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE71FE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 113 254 -
CMYK 0.19 0.56 0 0.00
HSL 279.57º 0.99% 0.72% -
HSV(B) 279.57º 0.56% 1% -
XYZ 49.25 32.09 97.36 -
YUV 156.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 206 113 254 0.19 0.56 0 0.00 279.57 0.99 0.72
Hex CE 71 FE 13 38 0 0 118 63 48
Octal 316 161 376 23 70 0 0 430 143 110
Binary 11001110 1110001 11111110 10011 111000 0 0 100011000 1100011 1001000

Color Harmonies of #CE71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71FE

Black with #CE71FE

Text Example


Text Example

White with #CE71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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