Html Css Color HEX #C390DB Wisteria

📋 copy color: '#C390DB'

red 195 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #C390DB

Tints of Wisteria #C390DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.81%

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

R = 34.95%
G = 25.81%
B = 39.25%

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

#C390DB (or 0xC390DB) is known color: Wisteria. HEX triplet: C3, 90 and DB. RGB value is (195,144,219). Sum of RGB (Red+Green+Blue) = 195+144+219=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C390DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DB is #3C6F24. Grayscale: #A7A7A7. Windows color (decimal): -3960613 or 14389443. OLE color: 14389443.

HSL color Cylindrical-coordinate representation of color #C390DB: hue angle of 280.8º 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 #C390DB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 144 219 -
CMYK 0.11 0.34 0 0.14
HSL 280.8º 0.51% 0.71% -
HSV(B) 280.8º 0.34% 0.86% -
XYZ 45.27 36.66 71.71 -
YUV 167.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 195 144 219 0.11 0.34 0 0.14 280.8 0.51 0.71
Hex C3 90 DB B 22 0 E 119 33 47
Octal 303 220 333 13 42 0 16 431 63 107
Binary 11000011 10010000 11011011 1011 100010 0 1110 100011001 110011 1000111

Color Harmonies of #C390DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390DB

Black with #C390DB

Text Example


Text Example

White with #C390DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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