Html Css Color HEX #CE61F1 Heliotrope

📋 copy color: '#CE61F1'

red 206 ◦ green 97 ◦ blue 241

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

Shades of Heliotrope #CE61F1

Tints of Heliotrope #CE61F1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.83%

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

R = 37.87%
G = 17.83%
B = 44.3%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE61F1 (or 0xCE61F1) is known color: Heliotrope. HEX triplet: CE, 61 and F1. RGB value is (206,97,241). Sum of RGB (Red+Green+Blue) = 206+97+241=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE61F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61F1 is #319E0E. Grayscale: #919191. Windows color (decimal): -3251727 or 15819214. OLE color: 15819214.

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

Color convert

RGB 206 97 241 -
CMYK 0.15 0.60 0 0.05
HSL 285.42º 0.84% 0.66% -
HSV(B) 285.42º 0.6% 0.95% -
XYZ 45.61 28.02 86.22 -
YUV 146.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 206 97 241 0.15 0.60 0 0.05 285.42 0.84 0.66
Hex CE 61 F1 F 3C 0 5 11D 54 42
Octal 316 141 361 17 74 0 5 435 124 102
Binary 11001110 1100001 11110001 1111 111100 0 101 100011101 1010100 1000010

Color Harmonies of #CE61F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61F1

Black with #CE61F1

Text Example


Text Example

White with #CE61F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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