Html Css Color HEX #C484DB Wisteria

📋 copy color: '#C484DB'

red 196 ◦ green 132 ◦ blue 219

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

Shades of Wisteria #C484DB

Tints of Wisteria #C484DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 35.83%
G = 24.13%
B = 40.04%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C484DB (or 0xC484DB) is known color: Wisteria. HEX triplet: C4, 84 and DB. RGB value is (196,132,219). Sum of RGB (Red+Green+Blue) = 196+132+219=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484DB is #3B7B24. Grayscale: #A0A0A0. Windows color (decimal): -3898149 or 14386372. OLE color: 14386372.

HSL color Cylindrical-coordinate representation of color #C484DB: hue angle of 284.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C484DB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 132 219 -
CMYK 0.11 0.40 0 0.14
HSL 284.14º 0.55% 0.69% -
HSV(B) 284.14º 0.4% 0.86% -
XYZ 43.8 33.35 71.15 -
YUV 161.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 196 132 219 0.11 0.40 0 0.14 284.14 0.55 0.69
Hex C4 84 DB B 28 0 E 11C 37 45
Octal 304 204 333 13 50 0 16 434 67 105
Binary 11000100 10000100 11011011 1011 101000 0 1110 100011100 110111 1000101

Color Harmonies of #C484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484DB

Black with #C484DB

Text Example


Text Example

White with #C484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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