Html Css Color HEX #C582EC Wisteria

📋 copy color: '#C582EC'

red 197 ◦ green 130 ◦ blue 236

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

Shades of Wisteria #C582EC

Tints of Wisteria #C582EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 34.99%
G = 23.09%
B = 41.92%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C582EC (or 0xC582EC) is known color: Wisteria. HEX triplet: C5, 82 and EC. RGB value is (197,130,236). Sum of RGB (Red+Green+Blue) = 197+130+236=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #C582EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582EC is #3A7D13. Grayscale: #A1A1A1. Windows color (decimal): -3833108 or 15499973. OLE color: 15499973.

HSL color Cylindrical-coordinate representation of color #C582EC: hue angle of 277.92º degrees, saturation: 0.74, 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 #C582EC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 130 236 -
CMYK 0.17 0.45 0 0.07
HSL 277.92º 0.74% 0.72% -
HSV(B) 277.92º 0.45% 0.93% -
XYZ 46.15 33.89 83.47 -
YUV 162.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 197 130 236 0.17 0.45 0 0.07 277.92 0.74 0.72
Hex C5 82 EC 11 2D 0 7 116 4A 48
Octal 305 202 354 21 55 0 7 426 112 110
Binary 11000101 10000010 11101100 10001 101101 0 111 100010110 1001010 1001000

Color Harmonies of #C582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582EC

Black with #C582EC

Text Example


Text Example

White with #C582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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