Html Css Color HEX #C386DD Wisteria

📋 copy color: '#C386DD'

red 195 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C386DD

Tints of Wisteria #C386DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 35.45%
G = 24.36%
B = 40.18%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C386DD (or 0xC386DD) is known color: Wisteria. HEX triplet: C3, 86 and DD. RGB value is (195,134,221). Sum of RGB (Red+Green+Blue) = 195+134+221=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C386DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DD is #3C7922. Grayscale: #A1A1A1. Windows color (decimal): -3963171 or 14517955. OLE color: 14517955.

HSL color Cylindrical-coordinate representation of color #C386DD: hue angle of 282.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C386DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 134 221 -
CMYK 0.12 0.39 0 0.13
HSL 282.07º 0.56% 0.7% -
HSV(B) 282.07º 0.39% 0.87% -
XYZ 44.08 33.87 72.62 -
YUV 162.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 195 134 221 0.12 0.39 0 0.13 282.07 0.56 0.7
Hex C3 86 DD C 27 0 D 11A 38 46
Octal 303 206 335 14 47 0 15 432 70 106
Binary 11000011 10000110 11011101 1100 100111 0 1101 100011010 111000 1000110

Color Harmonies of #C386DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386DD

Black with #C386DD

Text Example


Text Example

White with #C386DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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