Html Css Color HEX #C584DC Wisteria

📋 copy color: '#C584DC'

red 197 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #C584DC

Tints of Wisteria #C584DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.04%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 35.88%
G = 24.04%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C584DC (or 0xC584DC) is known color: Wisteria. HEX triplet: C5, 84 and DC. RGB value is (197,132,220). Sum of RGB (Red+Green+Blue) = 197+132+220=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C584DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DC is #3A7B23. Grayscale: #A1A1A1. Windows color (decimal): -3832612 or 14451909. OLE color: 14451909.

HSL color Cylindrical-coordinate representation of color #C584DC: hue angle of 284.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C584DC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 132 220 -
CMYK 0.10 0.40 0 0.14
HSL 284.32º 0.56% 0.69% -
HSV(B) 284.32º 0.4% 0.86% -
XYZ 44.2 33.54 71.85 -
YUV 161.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 197 132 220 0.10 0.40 0 0.14 284.32 0.56 0.69
Hex C5 84 DC A 28 0 E 11C 38 45
Octal 305 204 334 12 50 0 16 434 70 105
Binary 11000101 10000100 11011100 1010 101000 0 1110 100011100 111000 1000101

Color Harmonies of #C584DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C584DC

Black with #C584DC

Text Example


Text Example

White with #C584DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C584DC; }

 p { color: rgb(197,132,220); }

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

background-color css

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

 a { background-color: rgb(197,132,220); }

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

border-color css

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

 span { border-color: rgb(197,132,220); }

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