Html Css Color HEX #C386E1 Wisteria

📋 copy color: '#C386E1'

red 195 ◦ green 134 ◦ blue 225

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

Shades of Wisteria #C386E1

Tints of Wisteria #C386E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 35.2%
G = 24.19%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C386E1 (or 0xC386E1) is known color: Wisteria. HEX triplet: C3, 86 and E1. RGB value is (195,134,225). Sum of RGB (Red+Green+Blue) = 195+134+225=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #C386E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386E1 is #3C791E. Grayscale: #A2A2A2. Windows color (decimal): -3963167 or 14780099. OLE color: 14780099.

HSL color Cylindrical-coordinate representation of color #C386E1: hue angle of 280.22º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C386E1 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 134 225 -
CMYK 0.13 0.40 0 0.12
HSL 280.22º 0.6% 0.7% -
HSV(B) 280.22º 0.4% 0.88% -
XYZ 44.62 34.09 75.46 -
YUV 162.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 195 134 225 0.13 0.40 0 0.12 280.22 0.6 0.7
Hex C3 86 E1 D 28 0 C 118 3C 46
Octal 303 206 341 15 50 0 14 430 74 106
Binary 11000011 10000110 11100001 1101 101000 0 1100 100011000 111100 1000110

Color Harmonies of #C386E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386E1

Black with #C386E1

Text Example


Text Example

White with #C386E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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