Html Css Color HEX #C186DF Wisteria

📋 copy color: '#C186DF'

red 193 ◦ green 134 ◦ blue 223

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

Shades of Wisteria #C186DF

Tints of Wisteria #C186DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 35.09%
G = 24.36%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C186DF (or 0xC186DF) is known color: Wisteria. HEX triplet: C1, 86 and DF. RGB value is (193,134,223). Sum of RGB (Red+Green+Blue) = 193+134+223=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C186DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186DF is #3E7920. Grayscale: #A1A1A1. Windows color (decimal): -4094241 or 14649025. OLE color: 14649025.

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

Color convert

RGB 193 134 223 -
CMYK 0.13 0.40 0 0.13
HSL 279.78º 0.58% 0.7% -
HSV(B) 279.78º 0.4% 0.87% -
XYZ 43.84 33.72 74.01 -
YUV 161.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 193 134 223 0.13 0.40 0 0.13 279.78 0.58 0.7
Hex C1 86 DF D 28 0 D 118 3A 46
Octal 301 206 337 15 50 0 15 430 72 106
Binary 11000001 10000110 11011111 1101 101000 0 1101 100011000 111010 1000110

Color Harmonies of #C186DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186DF

Black with #C186DF

Text Example


Text Example

White with #C186DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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