Html Css Color HEX #C186D0 Wisteria

📋 copy color: '#C186D0'

red 193 ◦ green 134 ◦ blue 208

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

Shades of Wisteria #C186D0

Tints of Wisteria #C186D0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.05%

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 36.07%
G = 25.05%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C186D0 (or 0xC186D0) is known color: Wisteria. HEX triplet: C1, 86 and D0. RGB value is (193,134,208). Sum of RGB (Red+Green+Blue) = 193+134+208=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C186D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186D0 is #3E792F. Grayscale: #9F9F9F. Windows color (decimal): -4094256 or 13665985. OLE color: 13665985.

HSL color Cylindrical-coordinate representation of color #C186D0: hue angle of 287.84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C186D0 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 134 208 -
CMYK 0.07 0.36 0 0.18
HSL 287.84º 0.44% 0.67% -
HSV(B) 287.84º 0.36% 0.82% -
XYZ 41.9 32.94 63.82 -
YUV 160.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 193 134 208 0.07 0.36 0 0.18 287.84 0.44 0.67
Hex C1 86 D0 7 24 0 12 120 2C 43
Octal 301 206 320 7 44 0 22 440 54 103
Binary 11000001 10000110 11010000 111 100100 0 10010 100100000 101100 1000011

Color Harmonies of #C186D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186D0

Black with #C186D0

Text Example


Text Example

White with #C186D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186D0; }

 p { color: rgb(193,134,208); }

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

background-color css

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

 a { background-color: rgb(193,134,208); }

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

border-color css

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

 span { border-color: rgb(193,134,208); }

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