Html Css Color HEX #C58DD5 Wisteria

📋 copy color: '#C58DD5'

red 197 ◦ green 141 ◦ blue 213

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

Shades of Wisteria #C58DD5

Tints of Wisteria #C58DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 35.75%
G = 25.59%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C58DD5 (or 0xC58DD5) is known color: Wisteria. HEX triplet: C5, 8D and D5. RGB value is (197,141,213). Sum of RGB (Red+Green+Blue) = 197+141+213=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #C58DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DD5 is #3A722A. Grayscale: #A5A5A5. Windows color (decimal): -3830315 or 13995461. OLE color: 13995461.

HSL color Cylindrical-coordinate representation of color #C58DD5: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58DD5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 141 213 -
CMYK 0.08 0.34 0 0.16
HSL 286.67º 0.46% 0.69% -
HSV(B) 286.67º 0.34% 0.84% -
XYZ 44.56 35.72 67.5 -
YUV 165.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 197 141 213 0.08 0.34 0 0.16 286.67 0.46 0.69
Hex C5 8D D5 8 22 0 10 11F 2E 45
Octal 305 215 325 10 42 0 20 437 56 105
Binary 11000101 10001101 11010101 1000 100010 0 10000 100011111 101110 1000101

Color Harmonies of #C58DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DD5

Black with #C58DD5

Text Example


Text Example

White with #C58DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DD5; }

 p { color: rgb(197,141,213); }

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

background-color css

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

 a { background-color: rgb(197,141,213); }

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

border-color css

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

 span { border-color: rgb(197,141,213); }

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