Html Css Color HEX #CE52F8 Heliotrope

📋 copy color: '#CE52F8'

red 206 ◦ green 82 ◦ blue 248

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

Shades of Heliotrope #CE52F8

Tints of Heliotrope #CE52F8

RGB

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

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

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

R = 38.43%
G = 15.3%
B = 46.27%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE52F8 (or 0xCE52F8) is known color: Heliotrope. HEX triplet: CE, 52 and F8. RGB value is (206,82,248). Sum of RGB (Red+Green+Blue) = 206+82+248=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 82 (32.42% from 255 or 15.30% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F8 is #31AD07. Grayscale: #898989. Windows color (decimal): -3255560 or 16274126. OLE color: 16274126.

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

Color convert

RGB 206 82 248 -
CMYK 0.17 0.67 0 0.03
HSL 284.82º 0.92% 0.65% -
HSV(B) 284.82º 0.67% 0.97% -
XYZ 45.41 25.93 91.42 -
YUV 138 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 206 82 248 0.17 0.67 0 0.03 284.82 0.92 0.65
Hex CE 52 F8 11 43 0 3 11D 5C 41
Octal 316 122 370 21 103 0 3 435 134 101
Binary 11001110 1010010 11111000 10001 1000011 0 11 100011101 1011100 1000001

Color Harmonies of #CE52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52F8

Black with #CE52F8

Text Example


Text Example

White with #CE52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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