Html Css Color HEX #CE52F9 Heliotrope

📋 copy color: '#CE52F9'

red 206 ◦ green 82 ◦ blue 249

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

Shades of Heliotrope #CE52F9

Tints of Heliotrope #CE52F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.37%

R = 38.36%
G = 15.27%
B = 46.37%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE52F9 (or 0xCE52F9) is known color: Heliotrope. HEX triplet: CE, 52 and F9. RGB value is (206,82,249). Sum of RGB (Red+Green+Blue) = 206+82+249=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE52F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F9 is #31AD06. Grayscale: #898989. Windows color (decimal): -3255559 or 16339662. OLE color: 16339662.

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

Color convert

RGB 206 82 249 -
CMYK 0.17 0.67 0 0.02
HSL 284.55º 0.93% 0.65% -
HSV(B) 284.55º 0.67% 0.98% -
XYZ 45.57 26 92.24 -
YUV 138.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 206 82 249 0.17 0.67 0 0.02 284.55 0.93 0.65
Hex CE 52 F9 11 43 0 2 11D 5D 41
Octal 316 122 371 21 103 0 2 435 135 101
Binary 11001110 1010010 11111001 10001 1000011 0 10 100011101 1011101 1000001

Color Harmonies of #CE52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52F9

Black with #CE52F9

Text Example


Text Example

White with #CE52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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