Html Css Color HEX #C391DB Wisteria

📋 copy color: '#C391DB'

red 195 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #C391DB

Tints of Wisteria #C391DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.94%

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

R = 34.88%
G = 25.94%
B = 39.18%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C391DB (or 0xC391DB) is known color: Wisteria. HEX triplet: C3, 91 and DB. RGB value is (195,145,219). Sum of RGB (Red+Green+Blue) = 195+145+219=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C391DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391DB is #3C6E24. Grayscale: #A8A8A8. Windows color (decimal): -3960357 or 14389699. OLE color: 14389699.

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

Color convert

RGB 195 145 219 -
CMYK 0.11 0.34 0 0.14
HSL 280.54º 0.51% 0.71% -
HSV(B) 280.54º 0.34% 0.86% -
XYZ 45.42 36.97 71.76 -
YUV 168.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 195 145 219 0.11 0.34 0 0.14 280.54 0.51 0.71
Hex C3 91 DB B 22 0 E 119 33 47
Octal 303 221 333 13 42 0 16 431 63 107
Binary 11000011 10010001 11011011 1011 100010 0 1110 100011001 110011 1000111

Color Harmonies of #C391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C391DB

Black with #C391DB

Text Example


Text Example

White with #C391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C391DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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