Html Css Color HEX #C180FA Heliotrope

📋 copy color: '#C180FA'

red 193 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #C180FA

Tints of Heliotrope #C180FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 33.8%
G = 22.42%
B = 43.78%

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

#C180FA (or 0xC180FA) is known color: Heliotrope. HEX triplet: C1, 80 and FA. RGB value is (193,128,250). Sum of RGB (Red+Green+Blue) = 193+128+250=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C180FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180FA is #3E7F05. Grayscale: #A0A0A0. Windows color (decimal): -4095750 or 16416961. OLE color: 16416961.

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

Color convert

RGB 193 128 250 -
CMYK 0.23 0.49 0 0.02
HSL 271.97º 0.92% 0.74% -
HSV(B) 271.97º 0.49% 0.98% -
XYZ 46.97 33.68 94.47 -
YUV 161.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 193 128 250 0.23 0.49 0 0.02 271.97 0.92 0.74
Hex C1 80 FA 17 31 0 2 110 5C 4A
Octal 301 200 372 27 61 0 2 420 134 112
Binary 11000001 10000000 11111010 10111 110001 0 10 100010000 1011100 1001010

Color Harmonies of #C180FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180FA

Black with #C180FA

Text Example


Text Example

White with #C180FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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