Html Css Color HEX #C386DB Wisteria

📋 copy color: '#C386DB'

red 195 ◦ green 134 ◦ blue 219

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

Shades of Wisteria #C386DB

Tints of Wisteria #C386DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 35.58%
G = 24.45%
B = 39.96%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C386DB (or 0xC386DB) is known color: Wisteria. HEX triplet: C3, 86 and DB. RGB value is (195,134,219). Sum of RGB (Red+Green+Blue) = 195+134+219=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C386DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DB is #3C7924. Grayscale: #A1A1A1. Windows color (decimal): -3963173 or 14386883. OLE color: 14386883.

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

Color convert

RGB 195 134 219 -
CMYK 0.11 0.39 0 0.14
HSL 283.06º 0.54% 0.69% -
HSV(B) 283.06º 0.39% 0.86% -
XYZ 43.82 33.77 71.23 -
YUV 161.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 195 134 219 0.11 0.39 0 0.14 283.06 0.54 0.69
Hex C3 86 DB B 27 0 E 11B 36 45
Octal 303 206 333 13 47 0 16 433 66 105
Binary 11000011 10000110 11011011 1011 100111 0 1110 100011011 110110 1000101

Color Harmonies of #C386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386DB

Black with #C386DB

Text Example


Text Example

White with #C386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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