Html Css Color HEX #CE56F9 Heliotrope

📋 copy color: '#CE56F9'

red 206 ◦ green 86 ◦ blue 249

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

Shades of Heliotrope #CE56F9

Tints of Heliotrope #CE56F9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.9%

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

R = 38.08%
G = 15.9%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE56F9 (or 0xCE56F9) is known color: Heliotrope. HEX triplet: CE, 56 and F9. RGB value is (206,86,249). Sum of RGB (Red+Green+Blue) = 206+86+249=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 86 (33.98% from 255 or 15.90% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE56F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56F9 is #31A906. Grayscale: #8B8B8B. Windows color (decimal): -3254535 or 16340686. OLE color: 16340686.

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

Color convert

RGB 206 86 249 -
CMYK 0.17 0.65 0 0.02
HSL 284.17º 0.93% 0.66% -
HSV(B) 284.17º 0.65% 0.98% -
XYZ 45.88 26.62 92.34 -
YUV 140.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 206 86 249 0.17 0.65 0 0.02 284.17 0.93 0.66
Hex CE 56 F9 11 41 0 2 11C 5D 42
Octal 316 126 371 21 101 0 2 434 135 102
Binary 11001110 1010110 11111001 10001 1000001 0 10 100011100 1011101 1000010

Color Harmonies of #CE56F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56F9

Black with #CE56F9

Text Example


Text Example

White with #CE56F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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