Html Css Color HEX #C482DB Wisteria

📋 copy color: '#C482DB'

red 196 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #C482DB

Tints of Wisteria #C482DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

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

R = 35.96%
G = 23.85%
B = 40.18%

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

#C482DB (or 0xC482DB) is known color: Wisteria. HEX triplet: C4, 82 and DB. RGB value is (196,130,219). Sum of RGB (Red+Green+Blue) = 196+130+219=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C482DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DB is #3B7D24. Grayscale: #9F9F9F. Windows color (decimal): -3898661 or 14385860. OLE color: 14385860.

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

Color convert

RGB 196 130 219 -
CMYK 0.11 0.41 0 0.14
HSL 284.49º 0.55% 0.68% -
HSV(B) 284.49º 0.41% 0.86% -
XYZ 43.53 32.82 71.06 -
YUV 159.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 196 130 219 0.11 0.41 0 0.14 284.49 0.55 0.68
Hex C4 82 DB B 29 0 E 11C 37 44
Octal 304 202 333 13 51 0 16 434 67 104
Binary 11000100 10000010 11011011 1011 101001 0 1110 100011100 110111 1000100

Color Harmonies of #C482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DB

Black with #C482DB

Text Example


Text Example

White with #C482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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