Html Css Color HEX #C381DB Wisteria

📋 copy color: '#C381DB'

red 195 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #C381DB

Tints of Wisteria #C381DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.76%

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

R = 35.91%
G = 23.76%
B = 40.33%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C381DB (or 0xC381DB) is known color: Wisteria. HEX triplet: C3, 81 and DB. RGB value is (195,129,219). Sum of RGB (Red+Green+Blue) = 195+129+219=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C381DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DB is #3C7E24. Grayscale: #9E9E9E. Windows color (decimal): -3964453 or 14385603. OLE color: 14385603.

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

Color convert

RGB 195 129 219 -
CMYK 0.11 0.41 0 0.14
HSL 284º 0.56% 0.68% -
HSV(B) 284º 0.41% 0.86% -
XYZ 43.14 32.42 71 -
YUV 158.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 195 129 219 0.11 0.41 0 0.14 284 0.56 0.68
Hex C3 81 DB B 29 0 E 11C 38 44
Octal 303 201 333 13 51 0 16 434 70 104
Binary 11000011 10000001 11011011 1011 101001 0 1110 100011100 111000 1000100

Color Harmonies of #C381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381DB

Black with #C381DB

Text Example


Text Example

White with #C381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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