Html Css Color HEX #CE5DF1 Heliotrope

📋 copy color: '#CE5DF1'

red 206 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #CE5DF1

Tints of Heliotrope #CE5DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.22%

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

R = 38.15%
G = 17.22%
B = 44.63%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE5DF1 (or 0xCE5DF1) is known color: Heliotrope. HEX triplet: CE, 5D and F1. RGB value is (206,93,241). Sum of RGB (Red+Green+Blue) = 206+93+241=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5DF1 is #31A20E. Grayscale: #8F8F8F. Windows color (decimal): -3252751 or 15818190. OLE color: 15818190.

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

Color convert

RGB 206 93 241 -
CMYK 0.15 0.61 0 0.05
HSL 285.81º 0.84% 0.65% -
HSV(B) 285.81º 0.61% 0.95% -
XYZ 45.25 27.3 86.1 -
YUV 143.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 206 93 241 0.15 0.61 0 0.05 285.81 0.84 0.65
Hex CE 5D F1 F 3D 0 5 11E 54 41
Octal 316 135 361 17 75 0 5 436 124 101
Binary 11001110 1011101 11110001 1111 111101 0 101 100011110 1010100 1000001

Color Harmonies of #CE5DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DF1

Black with #CE5DF1

Text Example


Text Example

White with #CE5DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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