Html Css Color HEX #CE50FE Heliotrope

📋 copy color: '#CE50FE'

red 206 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #CE50FE

Tints of Heliotrope #CE50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.81%

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

R = 38.15%
G = 14.81%
B = 47.04%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE50FE (or 0xCE50FE) is known color: Heliotrope. HEX triplet: CE, 50 and FE. RGB value is (206,80,254). Sum of RGB (Red+Green+Blue) = 206+80+254=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50FE is #31AF01. Grayscale: #888888. Windows color (decimal): -3256066 or 16666830. OLE color: 16666830.

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

Color convert

RGB 206 80 254 -
CMYK 0.19 0.69 0 0.00
HSL 283.45º 0.99% 0.65% -
HSV(B) 283.45º 0.69% 1% -
XYZ 46.21 26.01 96.35 -
YUV 137.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 206 80 254 0.19 0.69 0 0.00 283.45 0.99 0.65
Hex CE 50 FE 13 45 0 0 11B 63 41
Octal 316 120 376 23 105 0 0 433 143 101
Binary 11001110 1010000 11111110 10011 1000101 0 0 100011011 1100011 1000001

Color Harmonies of #CE50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50FE

Black with #CE50FE

Text Example


Text Example

White with #CE50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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