Html Css Color HEX #C482DD Wisteria

📋 copy color: '#C482DD'

red 196 ◦ green 130 ◦ blue 221

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

Shades of Wisteria #C482DD

Tints of Wisteria #C482DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 35.83%
G = 23.77%
B = 40.4%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C482DD (or 0xC482DD) is known color: Wisteria. HEX triplet: C4, 82 and DD. RGB value is (196,130,221). Sum of RGB (Red+Green+Blue) = 196+130+221=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C482DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DD is #3B7D22. Grayscale: #9F9F9F. Windows color (decimal): -3898659 or 14516932. OLE color: 14516932.

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

Color convert

RGB 196 130 221 -
CMYK 0.11 0.41 0 0.13
HSL 283.52º 0.57% 0.69% -
HSV(B) 283.52º 0.41% 0.87% -
XYZ 43.8 32.92 72.45 -
YUV 160.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 196 130 221 0.11 0.41 0 0.13 283.52 0.57 0.69
Hex C4 82 DD B 29 0 D 11C 39 45
Octal 304 202 335 13 51 0 15 434 71 105
Binary 11000100 10000010 11011101 1011 101001 0 1101 100011100 111001 1000101

Color Harmonies of #C482DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DD

Black with #C482DD

Text Example


Text Example

White with #C482DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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