Html Css Color HEX #CE53F6 Heliotrope

📋 copy color: '#CE53F6'

red 206 ◦ green 83 ◦ blue 246

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

Shades of Heliotrope #CE53F6

Tints of Heliotrope #CE53F6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.51%

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

R = 38.5%
G = 15.51%
B = 45.98%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE53F6 (or 0xCE53F6) is known color: Heliotrope. HEX triplet: CE, 53 and F6. RGB value is (206,83,246). Sum of RGB (Red+Green+Blue) = 206+83+246=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE53F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53F6 is #31AC09. Grayscale: #898989. Windows color (decimal): -3255306 or 16143310. OLE color: 16143310.

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

Color convert

RGB 206 83 246 -
CMYK 0.16 0.66 0 0.04
HSL 285.28º 0.9% 0.65% -
HSV(B) 285.28º 0.66% 0.96% -
XYZ 45.18 25.96 89.82 -
YUV 138.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 206 83 246 0.16 0.66 0 0.04 285.28 0.9 0.65
Hex CE 53 F6 10 42 0 4 11D 5A 41
Octal 316 123 366 20 102 0 4 435 132 101
Binary 11001110 1010011 11110110 10000 1000010 0 100 100011101 1011010 1000001

Color Harmonies of #CE53F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53F6

Black with #CE53F6

Text Example


Text Example

White with #CE53F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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