Html Css Color HEX #CE52FE Heliotrope

📋 copy color: '#CE52FE'

red 206 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #CE52FE

Tints of Heliotrope #CE52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.13%

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

R = 38.01%
G = 15.13%
B = 46.86%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE52FE (or 0xCE52FE) is known color: Heliotrope. HEX triplet: CE, 52 and FE. RGB value is (206,82,254). Sum of RGB (Red+Green+Blue) = 206+82+254=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52FE is #31AD01. Grayscale: #8A8A8A. Windows color (decimal): -3255554 or 16667342. OLE color: 16667342.

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

Color convert

RGB 206 82 254 -
CMYK 0.19 0.68 0 0.00
HSL 283.26º 0.99% 0.66% -
HSV(B) 283.26º 0.68% 1% -
XYZ 46.36 26.31 96.4 -
YUV 138.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 206 82 254 0.19 0.68 0 0.00 283.26 0.99 0.66
Hex CE 52 FE 13 44 0 0 11B 63 42
Octal 316 122 376 23 104 0 0 433 143 102
Binary 11001110 1010010 11111110 10011 1000100 0 0 100011011 1100011 1000010

Color Harmonies of #CE52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52FE

Black with #CE52FE

Text Example


Text Example

White with #CE52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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