Html Css Color HEX #C482EA Wisteria

📋 copy color: '#C482EA'

red 196 ◦ green 130 ◦ blue 234

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

Shades of Wisteria #C482EA

Tints of Wisteria #C482EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 35%
G = 23.21%
B = 41.79%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C482EA (or 0xC482EA) is known color: Wisteria. HEX triplet: C4, 82 and EA. RGB value is (196,130,234). Sum of RGB (Red+Green+Blue) = 196+130+234=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482EA is #3B7D15. Grayscale: #A1A1A1. Windows color (decimal): -3898646 or 15368900. OLE color: 15368900.

HSL color Cylindrical-coordinate representation of color #C482EA: hue angle of 278.08º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C482EA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 130 234 -
CMYK 0.16 0.44 0 0.08
HSL 278.08º 0.71% 0.71% -
HSV(B) 278.08º 0.44% 0.92% -
XYZ 45.6 33.64 81.93 -
YUV 161.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 196 130 234 0.16 0.44 0 0.08 278.08 0.71 0.71
Hex C4 82 EA 10 2C 0 8 116 47 47
Octal 304 202 352 20 54 0 10 426 107 107
Binary 11000100 10000010 11101010 10000 101100 0 1000 100010110 1000111 1000111

Color Harmonies of #C482EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482EA

Black with #C482EA

Text Example


Text Example

White with #C482EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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