Html Css Color HEX #C582EB Wisteria

📋 copy color: '#C582EB'

red 197 ◦ green 130 ◦ blue 235

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

Shades of Wisteria #C582EB

Tints of Wisteria #C582EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 35.05%
G = 23.13%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C582EB (or 0xC582EB) is known color: Wisteria. HEX triplet: C5, 82 and EB. RGB value is (197,130,235). Sum of RGB (Red+Green+Blue) = 197+130+235=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #C582EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582EB is #3A7D14. Grayscale: #A1A1A1. Windows color (decimal): -3833109 or 15434437. OLE color: 15434437.

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

Color convert

RGB 197 130 235 -
CMYK 0.16 0.45 0 0.08
HSL 278.29º 0.72% 0.72% -
HSV(B) 278.29º 0.45% 0.92% -
XYZ 46 33.83 82.7 -
YUV 162 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 197 130 235 0.16 0.45 0 0.08 278.29 0.72 0.72
Hex C5 82 EB 10 2D 0 8 116 48 48
Octal 305 202 353 20 55 0 10 426 110 110
Binary 11000101 10000010 11101011 10000 101101 0 1000 100010110 1001000 1001000

Color Harmonies of #C582EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582EB

Black with #C582EB

Text Example


Text Example

White with #C582EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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