Html Css Color HEX #C582EE Wisteria

📋 copy color: '#C582EE'

red 197 ◦ green 130 ◦ blue 238

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

Shades of Wisteria #C582EE

Tints of Wisteria #C582EE

RGB

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

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

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

R = 34.87%
G = 23.01%
B = 42.12%

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

#C582EE (or 0xC582EE) is known color: Wisteria. HEX triplet: C5, 82 and EE. RGB value is (197,130,238). Sum of RGB (Red+Green+Blue) = 197+130+238=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C582EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C582EE is #3A7D11. Grayscale: #A1A1A1. Windows color (decimal): -3833106 or 15631045. OLE color: 15631045.

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

Color convert

RGB 197 130 238 -
CMYK 0.17 0.45 0 0.07
HSL 277.22º 0.76% 0.72% -
HSV(B) 277.22º 0.45% 0.93% -
XYZ 46.44 34.01 85.01 -
YUV 162.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 197 130 238 0.17 0.45 0 0.07 277.22 0.76 0.72
Hex C5 82 EE 11 2D 0 7 115 4C 48
Octal 305 202 356 21 55 0 7 425 114 110
Binary 11000101 10000010 11101110 10001 101101 0 111 100010101 1001100 1001000

Color Harmonies of #C582EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582EE

Black with #C582EE

Text Example


Text Example

White with #C582EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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