Html Css Color HEX #C180EE Wisteria

📋 copy color: '#C180EE'

red 193 ◦ green 128 ◦ blue 238

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

Shades of Wisteria #C180EE

Tints of Wisteria #C180EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 34.53%
G = 22.9%
B = 42.58%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C180EE (or 0xC180EE) is known color: Wisteria. HEX triplet: C1, 80 and EE. RGB value is (193,128,238). Sum of RGB (Red+Green+Blue) = 193+128+238=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #C180EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180EE is #3E7F11. Grayscale: #9F9F9F. Windows color (decimal): -4095762 or 15630529. OLE color: 15630529.

HSL color Cylindrical-coordinate representation of color #C180EE: hue angle of 275.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C180EE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 128 238 -
CMYK 0.19 0.46 0 0.07
HSL 275.45º 0.76% 0.72% -
HSV(B) 275.45º 0.46% 0.93% -
XYZ 45.14 32.95 84.87 -
YUV 159.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 193 128 238 0.19 0.46 0 0.07 275.45 0.76 0.72
Hex C1 80 EE 13 2E 0 7 113 4C 48
Octal 301 200 356 23 56 0 7 423 114 110
Binary 11000001 10000000 11101110 10011 101110 0 111 100010011 1001100 1001000

Color Harmonies of #C180EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180EE

Black with #C180EE

Text Example


Text Example

White with #C180EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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