Html Css Color HEX #C386DA Wisteria

📋 copy color: '#C386DA'

red 195 ◦ green 134 ◦ blue 218

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

Shades of Wisteria #C386DA

Tints of Wisteria #C386DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 35.65%
G = 24.5%
B = 39.85%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C386DA (or 0xC386DA) is known color: Wisteria. HEX triplet: C3, 86 and DA. RGB value is (195,134,218). Sum of RGB (Red+Green+Blue) = 195+134+218=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C386DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DA is #3C7925. Grayscale: #A1A1A1. Windows color (decimal): -3963174 or 14321347. OLE color: 14321347.

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

Color convert

RGB 195 134 218 -
CMYK 0.11 0.39 0 0.15
HSL 283.57º 0.53% 0.69% -
HSV(B) 283.57º 0.39% 0.85% -
XYZ 43.69 33.71 70.53 -
YUV 161.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 195 134 218 0.11 0.39 0 0.15 283.57 0.53 0.69
Hex C3 86 DA B 27 0 F 11C 35 45
Octal 303 206 332 13 47 0 17 434 65 105
Binary 11000011 10000110 11011010 1011 100111 0 1111 100011100 110101 1000101

Color Harmonies of #C386DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386DA

Black with #C386DA

Text Example


Text Example

White with #C386DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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