Html Css Color HEX #C582DA Wisteria

📋 copy color: '#C582DA'

red 197 ◦ green 130 ◦ blue 218

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

Shades of Wisteria #C582DA

Tints of Wisteria #C582DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 36.15%
G = 23.85%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C582DA (or 0xC582DA) is known color: Wisteria. HEX triplet: C5, 82 and DA. RGB value is (197,130,218). Sum of RGB (Red+Green+Blue) = 197+130+218=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C582DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582DA is #3A7D25. Grayscale: #9F9F9F. Windows color (decimal): -3833126 or 14320325. OLE color: 14320325.

HSL color Cylindrical-coordinate representation of color #C582DA: hue angle of 285.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C582DA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 130 218 -
CMYK 0.10 0.40 0 0.15
HSL 285.68º 0.54% 0.68% -
HSV(B) 285.68º 0.4% 0.85% -
XYZ 43.66 32.9 70.38 -
YUV 160.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 197 130 218 0.10 0.40 0 0.15 285.68 0.54 0.68
Hex C5 82 DA A 28 0 F 11E 36 44
Octal 305 202 332 12 50 0 17 436 66 104
Binary 11000101 10000010 11011010 1010 101000 0 1111 100011110 110110 1000100

Color Harmonies of #C582DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582DA

Black with #C582DA

Text Example


Text Example

White with #C582DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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