Html Css Color HEX #C582DB Wisteria

📋 copy color: '#C582DB'

red 197 ◦ green 130 ◦ blue 219

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

Shades of Wisteria #C582DB

Tints of Wisteria #C582DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 36.08%
G = 23.81%
B = 40.11%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C582DB (or 0xC582DB) is known color: Wisteria. HEX triplet: C5, 82 and DB. RGB value is (197,130,219). Sum of RGB (Red+Green+Blue) = 197+130+219=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C582DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582DB is #3A7D24. Grayscale: #9F9F9F. Windows color (decimal): -3833125 or 14385861. OLE color: 14385861.

HSL color Cylindrical-coordinate representation of color #C582DB: hue angle of 285.17º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C582DB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 130 219 -
CMYK 0.10 0.41 0 0.14
HSL 285.17º 0.55% 0.68% -
HSV(B) 285.17º 0.41% 0.86% -
XYZ 43.79 32.95 71.07 -
YUV 160.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 197 130 219 0.10 0.41 0 0.14 285.17 0.55 0.68
Hex C5 82 DB A 29 0 E 11D 37 44
Octal 305 202 333 12 51 0 16 435 67 104
Binary 11000101 10000010 11011011 1010 101001 0 1110 100011101 110111 1000100

Color Harmonies of #C582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582DB

Black with #C582DB

Text Example


Text Example

White with #C582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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