Html Css Color HEX #C387D5 Wisteria

📋 copy color: '#C387D5'

red 195 ◦ green 135 ◦ blue 213

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

Shades of Wisteria #C387D5

Tints of Wisteria #C387D5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.86%

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 35.91%
G = 24.86%
B = 39.23%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C387D5 (or 0xC387D5) is known color: Wisteria. HEX triplet: C3, 87 and D5. RGB value is (195,135,213). Sum of RGB (Red+Green+Blue) = 195+135+213=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #C387D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387D5 is #3C782A. Grayscale: #A1A1A1. Windows color (decimal): -3962923 or 13993923. OLE color: 13993923.

HSL color Cylindrical-coordinate representation of color #C387D5: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C387D5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 135 213 -
CMYK 0.08 0.37 0 0.16
HSL 286.15º 0.48% 0.68% -
HSV(B) 286.15º 0.37% 0.84% -
XYZ 43.18 33.73 67.19 -
YUV 161.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 195 135 213 0.08 0.37 0 0.16 286.15 0.48 0.68
Hex C3 87 D5 8 25 0 10 11E 30 44
Octal 303 207 325 10 45 0 20 436 60 104
Binary 11000011 10000111 11010101 1000 100101 0 10000 100011110 110000 1000100

Color Harmonies of #C387D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C387D5

Black with #C387D5

Text Example


Text Example

White with #C387D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C387D5; }

 p { color: rgb(195,135,213); }

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

background-color css

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

 a { background-color: rgb(195,135,213); }

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

border-color css

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

 span { border-color: rgb(195,135,213); }

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