Html Css Color HEX #C482E0 Wisteria

📋 copy color: '#C482E0'

red 196 ◦ green 130 ◦ blue 224

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

Shades of Wisteria #C482E0

Tints of Wisteria #C482E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 35.64%
G = 23.64%
B = 40.73%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C482E0 (or 0xC482E0) is known color: Wisteria. HEX triplet: C4, 82 and E0. RGB value is (196,130,224). Sum of RGB (Red+Green+Blue) = 196+130+224=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #C482E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482E0 is #3B7D1F. Grayscale: #A0A0A0. Windows color (decimal): -3898656 or 14713540. OLE color: 14713540.

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

Color convert

RGB 196 130 224 -
CMYK 0.12 0.42 0 0.12
HSL 282.13º 0.6% 0.69% -
HSV(B) 282.13º 0.42% 0.88% -
XYZ 44.2 33.08 74.58 -
YUV 160.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 196 130 224 0.12 0.42 0 0.12 282.13 0.6 0.69
Hex C4 82 E0 C 2A 0 C 11A 3C 45
Octal 304 202 340 14 52 0 14 432 74 105
Binary 11000100 10000010 11100000 1100 101010 0 1100 100011010 111100 1000101

Color Harmonies of #C482E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482E0

Black with #C482E0

Text Example


Text Example

White with #C482E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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