Html Css Color HEX #C180F9 Heliotrope

📋 copy color: '#C180F9'

red 193 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #C180F9

Tints of Heliotrope #C180F9

RGB

 RED value IS 193 (75.78% from 255) = 33.86%

 GREEN value IS 128 (50.39% from 255) = 22.46%

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

R = 33.86%
G = 22.46%
B = 43.68%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C180F9 (or 0xC180F9) is known color: Heliotrope. HEX triplet: C1, 80 and F9. RGB value is (193,128,249). Sum of RGB (Red+Green+Blue) = 193+128+249=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #C180F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180F9 is #3E7F06. Grayscale: #A0A0A0. Windows color (decimal): -4095751 or 16351425. OLE color: 16351425.

HSL color Cylindrical-coordinate representation of color #C180F9: hue angle of 272.23º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C180F9 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 128 249 -
CMYK 0.22 0.49 0 0.02
HSL 272.23º 0.91% 0.74% -
HSV(B) 272.23º 0.49% 0.98% -
XYZ 46.81 33.62 93.64 -
YUV 161.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 193 128 249 0.22 0.49 0 0.02 272.23 0.91 0.74
Hex C1 80 F9 16 31 0 2 110 5B 4A
Octal 301 200 371 26 61 0 2 420 133 112
Binary 11000001 10000000 11111001 10110 110001 0 10 100010000 1011011 1001010

Color Harmonies of #C180F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180F9

Black with #C180F9

Text Example


Text Example

White with #C180F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180F9; }

 p { color: rgb(193,128,249); }

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

background-color css

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

 a { background-color: rgb(193,128,249); }

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

border-color css

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

 span { border-color: rgb(193,128,249); }

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