Html Css Color HEX #CE52FD Heliotrope

📋 copy color: '#CE52FD'

red 206 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #CE52FD

Tints of Heliotrope #CE52FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 38.08%
G = 15.16%
B = 46.77%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE52FD (or 0xCE52FD) is known color: Heliotrope. HEX triplet: CE, 52 and FD. RGB value is (206,82,253). Sum of RGB (Red+Green+Blue) = 206+82+253=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52FD is #31AD02. Grayscale: #8A8A8A. Windows color (decimal): -3255555 or 16601806. OLE color: 16601806.

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

Color convert

RGB 206 82 253 -
CMYK 0.19 0.68 0 0.01
HSL 283.51º 0.98% 0.66% -
HSV(B) 283.51º 0.68% 0.99% -
XYZ 46.2 26.25 95.56 -
YUV 138.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 206 82 253 0.19 0.68 0 0.01 283.51 0.98 0.66
Hex CE 52 FD 13 44 0 1 11C 62 42
Octal 316 122 375 23 104 0 1 434 142 102
Binary 11001110 1010010 11111101 10011 1000100 0 1 100011100 1100010 1000010

Color Harmonies of #CE52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52FD

Black with #CE52FD

Text Example


Text Example

White with #CE52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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