Html Css Color HEX #C180FB Heliotrope

📋 copy color: '#C180FB'

red 193 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #C180FB

Tints of Heliotrope #C180FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 33.74%
G = 22.38%
B = 43.88%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C180FB (or 0xC180FB) is known color: Heliotrope. HEX triplet: C1, 80 and FB. RGB value is (193,128,251). Sum of RGB (Red+Green+Blue) = 193+128+251=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C180FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180FB is #3E7F04. Grayscale: #A1A1A1. Windows color (decimal): -4095749 or 16482497. OLE color: 16482497.

HSL color Cylindrical-coordinate representation of color #C180FB: hue angle of 271.71º degrees, saturation: 0.94, 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 #C180FB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 128 251 -
CMYK 0.23 0.49 0 0.02
HSL 271.71º 0.94% 0.74% -
HSV(B) 271.71º 0.49% 0.98% -
XYZ 47.12 33.74 95.3 -
YUV 161.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 193 128 251 0.23 0.49 0 0.02 271.71 0.94 0.74
Hex C1 80 FB 17 31 0 2 110 5E 4A
Octal 301 200 373 27 61 0 2 420 136 112
Binary 11000001 10000000 11111011 10111 110001 0 10 100010000 1011110 1001010

Color Harmonies of #C180FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180FB

Black with #C180FB

Text Example


Text Example

White with #C180FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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