Html Css Color HEX #C482DC Wisteria

📋 copy color: '#C482DC'

red 196 ◦ green 130 ◦ blue 220

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

Shades of Wisteria #C482DC

Tints of Wisteria #C482DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 35.9%
G = 23.81%
B = 40.29%

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

#C482DC (or 0xC482DC) is known color: Wisteria. HEX triplet: C4, 82 and DC. RGB value is (196,130,220). Sum of RGB (Red+Green+Blue) = 196+130+220=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C482DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DC is #3B7D23. Grayscale: #9F9F9F. Windows color (decimal): -3898660 or 14451396. OLE color: 14451396.

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

Color convert

RGB 196 130 220 -
CMYK 0.11 0.41 0 0.14
HSL 284º 0.56% 0.69% -
HSV(B) 284º 0.41% 0.86% -
XYZ 43.67 32.87 71.75 -
YUV 159.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 196 130 220 0.11 0.41 0 0.14 284 0.56 0.69
Hex C4 82 DC B 29 0 E 11C 38 45
Octal 304 202 334 13 51 0 16 434 70 105
Binary 11000100 10000010 11011100 1011 101001 0 1110 100011100 111000 1000101

Color Harmonies of #C482DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DC

Black with #C482DC

Text Example


Text Example

White with #C482DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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