Html Css Color HEX #C386D8 Wisteria

📋 copy color: '#C386D8'

red 195 ◦ green 134 ◦ blue 216

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

Shades of Wisteria #C386D8

Tints of Wisteria #C386D8

RGB

 RED value IS 195 (76.56% from 255) = 35.78%

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 35.78%
G = 24.59%
B = 39.63%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C386D8 (or 0xC386D8) is known color: Wisteria. HEX triplet: C3, 86 and D8. RGB value is (195,134,216). Sum of RGB (Red+Green+Blue) = 195+134+216=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #C386D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386D8 is #3C7927. Grayscale: #A1A1A1. Windows color (decimal): -3963176 or 14190275. OLE color: 14190275.

HSL color Cylindrical-coordinate representation of color #C386D8: hue angle of 284.63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C386D8 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 134 216 -
CMYK 0.10 0.38 0 0.15
HSL 284.63º 0.51% 0.69% -
HSV(B) 284.63º 0.38% 0.85% -
XYZ 43.43 33.61 69.16 -
YUV 161.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 195 134 216 0.10 0.38 0 0.15 284.63 0.51 0.69
Hex C3 86 D8 A 26 0 F 11D 33 45
Octal 303 206 330 12 46 0 17 435 63 105
Binary 11000011 10000110 11011000 1010 100110 0 1111 100011101 110011 1000101

Color Harmonies of #C386D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386D8

Black with #C386D8

Text Example


Text Example

White with #C386D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386D8; }

 p { color: rgb(195,134,216); }

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

background-color css

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

 a { background-color: rgb(195,134,216); }

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

border-color css

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

 span { border-color: rgb(195,134,216); }

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