Html Css Color HEX #C186EE Wisteria

📋 copy color: '#C186EE'

red 193 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #C186EE

Tints of Wisteria #C186EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 34.16%
G = 23.72%
B = 42.12%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C186EE (or 0xC186EE) is known color: Wisteria. HEX triplet: C1, 86 and EE. RGB value is (193,134,238). Sum of RGB (Red+Green+Blue) = 193+134+238=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C186EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186EE is #3E7911. Grayscale: #A3A3A3. Windows color (decimal): -4094226 or 15632065. OLE color: 15632065.

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

Color convert

RGB 193 134 238 -
CMYK 0.19 0.44 0 0.07
HSL 274.04º 0.75% 0.73% -
HSV(B) 274.04º 0.44% 0.93% -
XYZ 45.95 34.56 85.14 -
YUV 163.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 193 134 238 0.19 0.44 0 0.07 274.04 0.75 0.73
Hex C1 86 EE 13 2C 0 7 112 4B 49
Octal 301 206 356 23 54 0 7 422 113 111
Binary 11000001 10000110 11101110 10011 101100 0 111 100010010 1001011 1001001

Color Harmonies of #C186EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186EE

Black with #C186EE

Text Example


Text Example

White with #C186EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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