Html Css Color HEX #C482EB Wisteria

📋 copy color: '#C482EB'

red 196 ◦ green 130 ◦ blue 235

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

Shades of Wisteria #C482EB

Tints of Wisteria #C482EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 34.94%
G = 23.17%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C482EB (or 0xC482EB) is known color: Wisteria. HEX triplet: C4, 82 and EB. RGB value is (196,130,235). Sum of RGB (Red+Green+Blue) = 196+130+235=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C482EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482EB is #3B7D14. Grayscale: #A1A1A1. Windows color (decimal): -3898645 or 15434436. OLE color: 15434436.

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

Color convert

RGB 196 130 235 -
CMYK 0.17 0.45 0 0.08
HSL 277.71º 0.72% 0.72% -
HSV(B) 277.71º 0.45% 0.92% -
XYZ 45.74 33.7 82.69 -
YUV 161.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 196 130 235 0.17 0.45 0 0.08 277.71 0.72 0.72
Hex C4 82 EB 11 2D 0 8 116 48 48
Octal 304 202 353 21 55 0 10 426 110 110
Binary 11000100 10000010 11101011 10001 101101 0 1000 100010110 1001000 1001000

Color Harmonies of #C482EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482EB

Black with #C482EB

Text Example


Text Example

White with #C482EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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