Html Css Color HEX #C482EE Wisteria

📋 copy color: '#C482EE'

red 196 ◦ green 130 ◦ blue 238

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

Shades of Wisteria #C482EE

Tints of Wisteria #C482EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 34.75%
G = 23.05%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C482EE (or 0xC482EE) is known color: Wisteria. HEX triplet: C4, 82 and EE. RGB value is (196,130,238). Sum of RGB (Red+Green+Blue) = 196+130+238=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #C482EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482EE is #3B7D11. Grayscale: #A1A1A1. Windows color (decimal): -3898642 or 15631044. OLE color: 15631044.

HSL color Cylindrical-coordinate representation of color #C482EE: hue angle of 276.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C482EE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 130 238 -
CMYK 0.18 0.45 0 0.07
HSL 276.67º 0.76% 0.72% -
HSV(B) 276.67º 0.45% 0.93% -
XYZ 46.18 33.87 84.99 -
YUV 162.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 196 130 238 0.18 0.45 0 0.07 276.67 0.76 0.72
Hex C4 82 EE 12 2D 0 7 115 4C 48
Octal 304 202 356 22 55 0 7 425 114 110
Binary 11000100 10000010 11101110 10010 101101 0 111 100010101 1001100 1001000

Color Harmonies of #C482EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482EE

Black with #C482EE

Text Example


Text Example

White with #C482EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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