Html Css Color HEX #C482DE Wisteria

📋 copy color: '#C482DE'

red 196 ◦ green 130 ◦ blue 222

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

Shades of Wisteria #C482DE

Tints of Wisteria #C482DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 35.77%
G = 23.72%
B = 40.51%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C482DE (or 0xC482DE) is known color: Wisteria. HEX triplet: C4, 82 and DE. RGB value is (196,130,222). Sum of RGB (Red+Green+Blue) = 196+130+222=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #C482DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DE is #3B7D21. Grayscale: #9F9F9F. Windows color (decimal): -3898658 or 14582468. OLE color: 14582468.

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

Color convert

RGB 196 130 222 -
CMYK 0.12 0.41 0 0.13
HSL 283.04º 0.58% 0.69% -
HSV(B) 283.04º 0.41% 0.87% -
XYZ 43.93 32.97 73.16 -
YUV 160.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 196 130 222 0.12 0.41 0 0.13 283.04 0.58 0.69
Hex C4 82 DE C 29 0 D 11B 3A 45
Octal 304 202 336 14 51 0 15 433 72 105
Binary 11000100 10000010 11011110 1100 101001 0 1101 100011011 111010 1000101

Color Harmonies of #C482DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482DE

Black with #C482DE

Text Example


Text Example

White with #C482DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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