Html Css Color HEX #CE60F9 Heliotrope

📋 copy color: '#CE60F9'

red 206 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #CE60F9

Tints of Heliotrope #CE60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.42%

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

R = 37.39%
G = 17.42%
B = 45.19%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE60F9 (or 0xCE60F9) is known color: Heliotrope. HEX triplet: CE, 60 and F9. RGB value is (206,96,249). Sum of RGB (Red+Green+Blue) = 206+96+249=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F9 is #319F06. Grayscale: #919191. Windows color (decimal): -3251975 or 16343246. OLE color: 16343246.

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

Color convert

RGB 206 96 249 -
CMYK 0.17 0.61 0 0.02
HSL 283.14º 0.93% 0.68% -
HSV(B) 283.14º 0.61% 0.98% -
XYZ 46.74 28.33 92.63 -
YUV 146.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 206 96 249 0.17 0.61 0 0.02 283.14 0.93 0.68
Hex CE 60 F9 11 3D 0 2 11B 5D 44
Octal 316 140 371 21 75 0 2 433 135 104
Binary 11001110 1100000 11111001 10001 111101 0 10 100011011 1011101 1000100

Color Harmonies of #CE60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE60F9

Black with #CE60F9

Text Example


Text Example

White with #CE60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE60F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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