Html Css Color HEX #C584DA Wisteria

📋 copy color: '#C584DA'

red 197 ◦ green 132 ◦ blue 218

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

Shades of Wisteria #C584DA

Tints of Wisteria #C584DA

RGB

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

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

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

R = 36.01%
G = 24.13%
B = 39.85%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C584DA (or 0xC584DA) is known color: Wisteria. HEX triplet: C5, 84 and DA. RGB value is (197,132,218). Sum of RGB (Red+Green+Blue) = 197+132+218=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C584DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DA is #3A7B25. Grayscale: #A0A0A0. Windows color (decimal): -3832614 or 14320837. OLE color: 14320837.

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

Color convert

RGB 197 132 218 -
CMYK 0.10 0.39 0 0.15
HSL 285.35º 0.54% 0.69% -
HSV(B) 285.35º 0.39% 0.85% -
XYZ 43.93 33.43 70.47 -
YUV 161.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 197 132 218 0.10 0.39 0 0.15 285.35 0.54 0.69
Hex C5 84 DA A 27 0 F 11D 36 45
Octal 305 204 332 12 47 0 17 435 66 105
Binary 11000101 10000100 11011010 1010 100111 0 1111 100011101 110110 1000101

Color Harmonies of #C584DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C584DA

Black with #C584DA

Text Example


Text Example

White with #C584DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C584DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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