Html Css Color HEX #C481DB Wisteria

📋 copy color: '#C481DB'

red 196 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #C481DB

Tints of Wisteria #C481DB

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

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

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

R = 36.03%
G = 23.71%
B = 40.26%

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

#C481DB (or 0xC481DB) is known color: Wisteria. HEX triplet: C4, 81 and DB. RGB value is (196,129,219). Sum of RGB (Red+Green+Blue) = 196+129+219=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C481DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DB is #3B7E24. Grayscale: #9F9F9F. Windows color (decimal): -3898917 or 14385604. OLE color: 14385604.

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

Color convert

RGB 196 129 219 -
CMYK 0.11 0.41 0 0.14
HSL 284.67º 0.56% 0.68% -
HSV(B) 284.67º 0.41% 0.86% -
XYZ 43.4 32.55 71.01 -
YUV 159.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 196 129 219 0.11 0.41 0 0.14 284.67 0.56 0.68
Hex C4 81 DB B 29 0 E 11D 38 44
Octal 304 201 333 13 51 0 16 435 70 104
Binary 11000100 10000001 11011011 1011 101001 0 1110 100011101 111000 1000100

Color Harmonies of #C481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481DB

Black with #C481DB

Text Example


Text Example

White with #C481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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