Html Css Color HEX #C380DB Wisteria

📋 copy color: '#C380DB'

red 195 ◦ green 128 ◦ blue 219

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

Shades of Wisteria #C380DB

Tints of Wisteria #C380DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 35.98%
G = 23.62%
B = 40.41%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C380DB (or 0xC380DB) is known color: Wisteria. HEX triplet: C3, 80 and DB. RGB value is (195,128,219). Sum of RGB (Red+Green+Blue) = 195+128+219=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C380DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DB is #3C7F24. Grayscale: #9E9E9E. Windows color (decimal): -3964709 or 14385347. OLE color: 14385347.

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

Color convert

RGB 195 128 219 -
CMYK 0.11 0.42 0 0.14
HSL 284.18º 0.56% 0.68% -
HSV(B) 284.18º 0.42% 0.86% -
XYZ 43.01 32.15 70.96 -
YUV 158.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 195 128 219 0.11 0.42 0 0.14 284.18 0.56 0.68
Hex C3 80 DB B 2A 0 E 11C 38 44
Octal 303 200 333 13 52 0 16 434 70 104
Binary 11000011 10000000 11011011 1011 101010 0 1110 100011100 111000 1000100

Color Harmonies of #C380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380DB

Black with #C380DB

Text Example


Text Example

White with #C380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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