Html Css Color HEX #CE52F6 Heliotrope

📋 copy color: '#CE52F6'

red 206 ◦ green 82 ◦ blue 246

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

Shades of Heliotrope #CE52F6

Tints of Heliotrope #CE52F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 38.58%
G = 15.36%
B = 46.07%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE52F6 (or 0xCE52F6) is known color: Heliotrope. HEX triplet: CE, 52 and F6. RGB value is (206,82,246). Sum of RGB (Red+Green+Blue) = 206+82+246=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE52F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F6 is #31AD09. Grayscale: #898989. Windows color (decimal): -3255562 or 16143054. OLE color: 16143054.

HSL color Cylindrical-coordinate representation of color #CE52F6: hue angle of 285.37º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE52F6 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 82 246 -
CMYK 0.16 0.67 0 0.04
HSL 285.37º 0.9% 0.64% -
HSV(B) 285.37º 0.67% 0.96% -
XYZ 45.11 25.81 89.79 -
YUV 137.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 206 82 246 0.16 0.67 0 0.04 285.37 0.9 0.64
Hex CE 52 F6 10 43 0 4 11D 5A 40
Octal 316 122 366 20 103 0 4 435 132 100
Binary 11001110 1010010 11110110 10000 1000011 0 100 100011101 1011010 1000000

Color Harmonies of #CE52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52F6

Black with #CE52F6

Text Example


Text Example

White with #CE52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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