Html Css Color HEX #C582EA Wisteria

📋 copy color: '#C582EA'

red 197 ◦ green 130 ◦ blue 234

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

Shades of Wisteria #C582EA

Tints of Wisteria #C582EA

RGB

 RED value IS 197 (77.34% from 255) = 35.12%

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 35.12%
G = 23.17%
B = 41.71%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C582EA (or 0xC582EA) is known color: Wisteria. HEX triplet: C5, 82 and EA. RGB value is (197,130,234). Sum of RGB (Red+Green+Blue) = 197+130+234=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C582EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582EA is #3A7D15. Grayscale: #A1A1A1. Windows color (decimal): -3833110 or 15368901. OLE color: 15368901.

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

Color convert

RGB 197 130 234 -
CMYK 0.16 0.44 0 0.08
HSL 278.65º 0.71% 0.71% -
HSV(B) 278.65º 0.44% 0.92% -
XYZ 45.86 33.78 81.94 -
YUV 161.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 197 130 234 0.16 0.44 0 0.08 278.65 0.71 0.71
Hex C5 82 EA 10 2C 0 8 117 47 47
Octal 305 202 352 20 54 0 10 427 107 107
Binary 11000101 10000010 11101010 10000 101100 0 1000 100010111 1000111 1000111

Color Harmonies of #C582EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582EA

Black with #C582EA

Text Example


Text Example

White with #C582EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582EA; }

 p { color: rgb(197,130,234); }

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

background-color css

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

 a { background-color: rgb(197,130,234); }

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

border-color css

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

 span { border-color: rgb(197,130,234); }

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