Html Css Color HEX #CE54F8 Heliotrope

📋 copy color: '#CE54F8'

red 206 ◦ green 84 ◦ blue 248

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

Shades of Heliotrope #CE54F8

Tints of Heliotrope #CE54F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.61%

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 38.29%
G = 15.61%
B = 46.1%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE54F8 (or 0xCE54F8) is known color: Heliotrope. HEX triplet: CE, 54 and F8. RGB value is (206,84,248). Sum of RGB (Red+Green+Blue) = 206+84+248=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 84 (33.20% from 255 or 15.61% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE54F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54F8 is #31AB07. Grayscale: #8A8A8A. Windows color (decimal): -3255048 or 16274638. OLE color: 16274638.

HSL color Cylindrical-coordinate representation of color #CE54F8: hue angle of 284.63º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE54F8 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 84 248 -
CMYK 0.17 0.66 0 0.03
HSL 284.63º 0.92% 0.65% -
HSV(B) 284.63º 0.66% 0.97% -
XYZ 45.57 26.24 91.47 -
YUV 139.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 206 84 248 0.17 0.66 0 0.03 284.63 0.92 0.65
Hex CE 54 F8 11 42 0 3 11D 5C 41
Octal 316 124 370 21 102 0 3 435 134 101
Binary 11001110 1010100 11111000 10001 1000010 0 11 100011101 1011100 1000001

Color Harmonies of #CE54F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54F8

Black with #CE54F8

Text Example


Text Example

White with #CE54F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54F8; }

 p { color: rgb(206,84,248); }

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

background-color css

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

 a { background-color: rgb(206,84,248); }

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

border-color css

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

 span { border-color: rgb(206,84,248); }

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