Html Css Color HEX #C186F7 Wisteria

📋 copy color: '#C186F7'

red 193 ◦ green 134 ◦ blue 247

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

Shades of Wisteria #C186F7

Tints of Wisteria #C186F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.03%

R = 33.62%
G = 23.34%
B = 43.03%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C186F7 (or 0xC186F7) is known color: Wisteria. HEX triplet: C1, 86 and F7. RGB value is (193,134,247). Sum of RGB (Red+Green+Blue) = 193+134+247=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #C186F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186F7 is #3E7908. Grayscale: #A4A4A4. Windows color (decimal): -4094217 or 16221889. OLE color: 16221889.

HSL color Cylindrical-coordinate representation of color #C186F7: hue angle of 271.33º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C186F7 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 134 247 -
CMYK 0.22 0.46 0 0.03
HSL 271.33º 0.88% 0.75% -
HSV(B) 271.33º 0.46% 0.97% -
XYZ 47.31 35.1 92.28 -
YUV 164.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 193 134 247 0.22 0.46 0 0.03 271.33 0.88 0.75
Hex C1 86 F7 16 2E 0 3 10F 58 4B
Octal 301 206 367 26 56 0 3 417 130 113
Binary 11000001 10000110 11110111 10110 101110 0 11 100001111 1011000 1001011

Color Harmonies of #C186F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186F7

Black with #C186F7

Text Example


Text Example

White with #C186F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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