Html Css Color HEX #C482DF Wisteria

📋 copy color: '#C482DF'

red 196 ◦ green 130 ◦ blue 223

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

Shades of Wisteria #C482DF

Tints of Wisteria #C482DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 35.7%
G = 23.68%
B = 40.62%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C482DF (or 0xC482DF) is known color: Wisteria. HEX triplet: C4, 82 and DF. RGB value is (196,130,223). Sum of RGB (Red+Green+Blue) = 196+130+223=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C482DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DF is #3B7D20. Grayscale: #A0A0A0. Windows color (decimal): -3898657 or 14648004. OLE color: 14648004.

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

Color convert

RGB 196 130 223 -
CMYK 0.12 0.42 0 0.13
HSL 282.58º 0.59% 0.69% -
HSV(B) 282.58º 0.42% 0.87% -
XYZ 44.07 33.03 73.86 -
YUV 160.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 196 130 223 0.12 0.42 0 0.13 282.58 0.59 0.69
Hex C4 82 DF C 2A 0 D 11B 3B 45
Octal 304 202 337 14 52 0 15 433 73 105
Binary 11000100 10000010 11011111 1100 101010 0 1101 100011011 111011 1000101

Color Harmonies of #C482DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DF

Black with #C482DF

Text Example


Text Example

White with #C482DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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