Html Css Color HEX #C182EB Wisteria

📋 copy color: '#C182EB'

red 193 ◦ green 130 ◦ blue 235

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

Shades of Wisteria #C182EB

Tints of Wisteria #C182EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.3%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 34.59%
G = 23.3%
B = 42.11%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C182EB (or 0xC182EB) is known color: Wisteria. HEX triplet: C1, 82 and EB. RGB value is (193,130,235). Sum of RGB (Red+Green+Blue) = 193+130+235=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #C182EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182EB is #3E7D14. Grayscale: #A0A0A0. Windows color (decimal): -4095253 or 15434433. OLE color: 15434433.

HSL color Cylindrical-coordinate representation of color #C182EB: hue angle of 276º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C182EB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 130 235 -
CMYK 0.18 0.45 0 0.08
HSL 276º 0.72% 0.72% -
HSV(B) 276º 0.45% 0.92% -
XYZ 44.97 33.3 82.65 -
YUV 160.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 193 130 235 0.18 0.45 0 0.08 276 0.72 0.72
Hex C1 82 EB 12 2D 0 8 114 48 48
Octal 301 202 353 22 55 0 10 424 110 110
Binary 11000001 10000010 11101011 10010 101101 0 1000 100010100 1001000 1001000

Color Harmonies of #C182EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182EB

Black with #C182EB

Text Example


Text Example

White with #C182EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182EB; }

 p { color: rgb(193,130,235); }

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

background-color css

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

 a { background-color: rgb(193,130,235); }

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

border-color css

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

 span { border-color: rgb(193,130,235); }

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