Html Css Color HEX #C186DD Wisteria

📋 copy color: '#C186DD'

red 193 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C186DD

Tints of Wisteria #C186DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 35.22%
G = 24.45%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C186DD (or 0xC186DD) is known color: Wisteria. HEX triplet: C1, 86 and DD. RGB value is (193,134,221). Sum of RGB (Red+Green+Blue) = 193+134+221=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C186DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186DD is #3E7922. Grayscale: #A1A1A1. Windows color (decimal): -4094243 or 14517953. OLE color: 14517953.

HSL color Cylindrical-coordinate representation of color #C186DD: hue angle of 280.69º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C186DD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 134 221 -
CMYK 0.13 0.39 0 0.13
HSL 280.69º 0.56% 0.7% -
HSV(B) 280.69º 0.39% 0.87% -
XYZ 43.57 33.61 72.6 -
YUV 161.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 193 134 221 0.13 0.39 0 0.13 280.69 0.56 0.7
Hex C1 86 DD D 27 0 D 119 38 46
Octal 301 206 335 15 47 0 15 431 70 106
Binary 11000001 10000110 11011101 1101 100111 0 1101 100011001 111000 1000110

Color Harmonies of #C186DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186DD

Black with #C186DD

Text Example


Text Example

White with #C186DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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