Html Css Color HEX #C187DC Wisteria

📋 copy color: '#C187DC'

red 193 ◦ green 135 ◦ blue 220

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

Shades of Wisteria #C187DC

Tints of Wisteria #C187DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.64%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 35.22%
G = 24.64%
B = 40.15%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C187DC (or 0xC187DC) is known color: Wisteria. HEX triplet: C1, 87 and DC. RGB value is (193,135,220). Sum of RGB (Red+Green+Blue) = 193+135+220=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C187DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DC is #3E7823. Grayscale: #A1A1A1. Windows color (decimal): -4093988 or 14452673. OLE color: 14452673.

HSL color Cylindrical-coordinate representation of color #C187DC: hue angle of 280.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C187DC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 135 220 -
CMYK 0.12 0.39 0 0.14
HSL 280.94º 0.55% 0.7% -
HSV(B) 280.94º 0.39% 0.86% -
XYZ 43.57 33.83 71.94 -
YUV 162.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 193 135 220 0.12 0.39 0 0.14 280.94 0.55 0.7
Hex C1 87 DC C 27 0 E 119 37 46
Octal 301 207 334 14 47 0 16 431 67 106
Binary 11000001 10000111 11011100 1100 100111 0 1110 100011001 110111 1000110

Color Harmonies of #C187DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C187DC

Black with #C187DC

Text Example


Text Example

White with #C187DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C187DC; }

 p { color: rgb(193,135,220); }

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

background-color css

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

 a { background-color: rgb(193,135,220); }

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

border-color css

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

 span { border-color: rgb(193,135,220); }

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