Html Css Color HEX #C387DB Wisteria

📋 copy color: '#C387DB'

red 195 ◦ green 135 ◦ blue 219

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

Shades of Wisteria #C387DB

Tints of Wisteria #C387DB

RGB

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

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

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

R = 35.52%
G = 24.59%
B = 39.89%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C387DB (or 0xC387DB) is known color: Wisteria. HEX triplet: C3, 87 and DB. RGB value is (195,135,219). Sum of RGB (Red+Green+Blue) = 195+135+219=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C387DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387DB is #3C7824. Grayscale: #A2A2A2. Windows color (decimal): -3962917 or 14387139. OLE color: 14387139.

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

Color convert

RGB 195 135 219 -
CMYK 0.11 0.38 0 0.14
HSL 282.86º 0.54% 0.69% -
HSV(B) 282.86º 0.38% 0.86% -
XYZ 43.96 34.04 71.27 -
YUV 162.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 195 135 219 0.11 0.38 0 0.14 282.86 0.54 0.69
Hex C3 87 DB B 26 0 E 11B 36 45
Octal 303 207 333 13 46 0 16 433 66 105
Binary 11000011 10000111 11011011 1011 100110 0 1110 100011011 110110 1000101

Color Harmonies of #C387DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C387DB

Black with #C387DB

Text Example


Text Example

White with #C387DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C387DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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