Html Css Color HEX #C581DC Wisteria

📋 copy color: '#C581DC'

red 197 ◦ green 129 ◦ blue 220

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

Shades of Wisteria #C581DC

Tints of Wisteria #C581DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.63%

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

R = 36.08%
G = 23.63%
B = 40.29%

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

#C581DC (or 0xC581DC) is known color: Wisteria. HEX triplet: C5, 81 and DC. RGB value is (197,129,220). Sum of RGB (Red+Green+Blue) = 197+129+220=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C581DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581DC is #3A7E23. Grayscale: #9F9F9F. Windows color (decimal): -3833380 or 14451141. OLE color: 14451141.

HSL color Cylindrical-coordinate representation of color #C581DC: hue angle of 284.84º degrees, saturation: 0.57, 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 #C581DC is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 129 220 -
CMYK 0.10 0.41 0 0.14
HSL 284.84º 0.57% 0.68% -
HSV(B) 284.84º 0.41% 0.86% -
XYZ 43.79 32.74 71.72 -
YUV 159.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 197 129 220 0.10 0.41 0 0.14 284.84 0.57 0.68
Hex C5 81 DC A 29 0 E 11D 39 44
Octal 305 201 334 12 51 0 16 435 71 104
Binary 11000101 10000001 11011100 1010 101001 0 1110 100011101 111001 1000100

Color Harmonies of #C581DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581DC

Black with #C581DC

Text Example


Text Example

White with #C581DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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