Html Css Color HEX #C186EC Wisteria

📋 copy color: '#C186EC'

red 193 ◦ green 134 ◦ blue 236

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

Shades of Wisteria #C186EC

Tints of Wisteria #C186EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 34.28%
G = 23.8%
B = 41.92%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C186EC (or 0xC186EC) is known color: Wisteria. HEX triplet: C1, 86 and EC. RGB value is (193,134,236). Sum of RGB (Red+Green+Blue) = 193+134+236=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C186EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186EC is #3E7913. Grayscale: #A2A2A2. Windows color (decimal): -4094228 or 15500993. OLE color: 15500993.

HSL color Cylindrical-coordinate representation of color #C186EC: hue angle of 274.71º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C186EC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 134 236 -
CMYK 0.18 0.43 0 0.07
HSL 274.71º 0.73% 0.73% -
HSV(B) 274.71º 0.43% 0.93% -
XYZ 45.66 34.44 83.6 -
YUV 163.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 193 134 236 0.18 0.43 0 0.07 274.71 0.73 0.73
Hex C1 86 EC 12 2B 0 7 113 49 49
Octal 301 206 354 22 53 0 7 423 111 111
Binary 11000001 10000110 11101100 10010 101011 0 111 100010011 1001001 1001001

Color Harmonies of #C186EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186EC

Black with #C186EC

Text Example


Text Example

White with #C186EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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