Html Css Color HEX #CE57F1 Heliotrope

📋 copy color: '#CE57F1'

red 206 ◦ green 87 ◦ blue 241

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

Shades of Heliotrope #CE57F1

Tints of Heliotrope #CE57F1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.29%

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 38.58%
G = 16.29%
B = 45.13%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE57F1 (or 0xCE57F1) is known color: Heliotrope. HEX triplet: CE, 57 and F1. RGB value is (206,87,241). Sum of RGB (Red+Green+Blue) = 206+87+241=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE57F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57F1 is #31A80E. Grayscale: #8B8B8B. Windows color (decimal): -3254287 or 15816654. OLE color: 15816654.

HSL color Cylindrical-coordinate representation of color #CE57F1: hue angle of 286.36º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE57F1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 87 241 -
CMYK 0.15 0.64 0 0.05
HSL 286.36º 0.85% 0.64% -
HSV(B) 286.36º 0.64% 0.95% -
XYZ 44.74 26.29 85.94 -
YUV 140.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 206 87 241 0.15 0.64 0 0.05 286.36 0.85 0.64
Hex CE 57 F1 F 40 0 5 11E 55 40
Octal 316 127 361 17 100 0 5 436 125 100
Binary 11001110 1010111 11110001 1111 1000000 0 101 100011110 1010101 1000000

Color Harmonies of #CE57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE57F1

Black with #CE57F1

Text Example


Text Example

White with #CE57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE57F1; }

 p { color: rgb(206,87,241); }

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

background-color css

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

 a { background-color: rgb(206,87,241); }

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

border-color css

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

 span { border-color: rgb(206,87,241); }

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