Html Css Color HEX #C482D7 Wisteria

📋 copy color: '#C482D7'

red 196 ◦ green 130 ◦ blue 215

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

Shades of Wisteria #C482D7

Tints of Wisteria #C482D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 36.23%
G = 24.03%
B = 39.74%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C482D7 (or 0xC482D7) is known color: Wisteria. HEX triplet: C4, 82 and D7. RGB value is (196,130,215). Sum of RGB (Red+Green+Blue) = 196+130+215=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #C482D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482D7 is #3B7D28. Grayscale: #9F9F9F. Windows color (decimal): -3898665 or 14123716. OLE color: 14123716.

HSL color Cylindrical-coordinate representation of color #C482D7: hue angle of 286.59º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C482D7 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 130 215 -
CMYK 0.09 0.40 0 0.16
HSL 286.59º 0.52% 0.68% -
HSV(B) 286.59º 0.4% 0.84% -
XYZ 43.01 32.61 68.32 -
YUV 159.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 196 130 215 0.09 0.40 0 0.16 286.59 0.52 0.68
Hex C4 82 D7 9 28 0 10 11F 34 44
Octal 304 202 327 11 50 0 20 437 64 104
Binary 11000100 10000010 11010111 1001 101000 0 10000 100011111 110100 1000100

Color Harmonies of #C482D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482D7

Black with #C482D7

Text Example


Text Example

White with #C482D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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