Html Css Color HEX #C482F0 Wisteria

📋 copy color: '#C482F0'

red 196 ◦ green 130 ◦ blue 240

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

Shades of Wisteria #C482F0

Tints of Wisteria #C482F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 34.63%
G = 22.97%
B = 42.4%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C482F0 (or 0xC482F0) is known color: Wisteria. HEX triplet: C4, 82 and F0. RGB value is (196,130,240). Sum of RGB (Red+Green+Blue) = 196+130+240=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #C482F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482F0 is #3B7D0F. Grayscale: #A1A1A1. Windows color (decimal): -3898640 or 15762116. OLE color: 15762116.

HSL color Cylindrical-coordinate representation of color #C482F0: hue angle of 276º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C482F0 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 130 240 -
CMYK 0.18 0.46 0 0.06
HSL 276º 0.79% 0.73% -
HSV(B) 276º 0.46% 0.94% -
XYZ 46.48 33.99 86.55 -
YUV 162.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 196 130 240 0.18 0.46 0 0.06 276 0.79 0.73
Hex C4 82 F0 12 2E 0 6 114 4F 49
Octal 304 202 360 22 56 0 6 424 117 111
Binary 11000100 10000010 11110000 10010 101110 0 110 100010100 1001111 1001001

Color Harmonies of #C482F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482F0

Black with #C482F0

Text Example


Text Example

White with #C482F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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