Html Css Color HEX #C58DDA Wisteria

📋 copy color: '#C58DDA'

red 197 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #C58DDA

Tints of Wisteria #C58DDA

RGB

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

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

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

R = 35.43%
G = 25.36%
B = 39.21%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58DDA (or 0xC58DDA) is known color: Wisteria. HEX triplet: C5, 8D and DA. RGB value is (197,141,218). Sum of RGB (Red+Green+Blue) = 197+141+218=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDA is #3A7225. Grayscale: #A6A6A6. Windows color (decimal): -3830310 or 14323141. OLE color: 14323141.

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

Color convert

RGB 197 141 218 -
CMYK 0.10 0.35 0 0.15
HSL 283.64º 0.51% 0.7% -
HSV(B) 283.64º 0.35% 0.85% -
XYZ 45.21 35.98 70.89 -
YUV 166.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 197 141 218 0.10 0.35 0 0.15 283.64 0.51 0.7
Hex C5 8D DA A 23 0 F 11C 33 46
Octal 305 215 332 12 43 0 17 434 63 106
Binary 11000101 10001101 11011010 1010 100011 0 1111 100011100 110011 1000110

Color Harmonies of #C58DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DDA

Black with #C58DDA

Text Example


Text Example

White with #C58DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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