Html Css Color HEX #C482DA Wisteria

📋 copy color: '#C482DA'

red 196 ◦ green 130 ◦ blue 218

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

Shades of Wisteria #C482DA

Tints of Wisteria #C482DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 36.03%
G = 23.9%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C482DA (or 0xC482DA) is known color: Wisteria. HEX triplet: C4, 82 and DA. RGB value is (196,130,218). Sum of RGB (Red+Green+Blue) = 196+130+218=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C482DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DA is #3B7D25. Grayscale: #9F9F9F. Windows color (decimal): -3898662 or 14320324. OLE color: 14320324.

HSL color Cylindrical-coordinate representation of color #C482DA: hue angle of 285º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C482DA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 130 218 -
CMYK 0.10 0.40 0 0.15
HSL 285º 0.54% 0.68% -
HSV(B) 285º 0.4% 0.85% -
XYZ 43.4 32.76 70.37 -
YUV 159.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 196 130 218 0.10 0.40 0 0.15 285 0.54 0.68
Hex C4 82 DA A 28 0 F 11D 36 44
Octal 304 202 332 12 50 0 17 435 66 104
Binary 11000100 10000010 11011010 1010 101000 0 1111 100011101 110110 1000100

Color Harmonies of #C482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DA

Black with #C482DA

Text Example


Text Example

White with #C482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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