Html Css Color HEX #C58FDD Wisteria

📋 copy color: '#C58FDD'

red 197 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #C58FDD

Tints of Wisteria #C58FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 35.12%
G = 25.49%
B = 39.39%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58FDD (or 0xC58FDD) is known color: Wisteria. HEX triplet: C5, 8F and DD. RGB value is (197,143,221). Sum of RGB (Red+Green+Blue) = 197+143+221=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDD is #3A7022. Grayscale: #A7A7A7. Windows color (decimal): -3829795 or 14520261. OLE color: 14520261.

HSL color Cylindrical-coordinate representation of color #C58FDD: hue angle of 281.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58FDD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 143 221 -
CMYK 0.11 0.35 0 0.13
HSL 281.54º 0.53% 0.71% -
HSV(B) 281.54º 0.35% 0.87% -
XYZ 45.9 36.74 73.08 -
YUV 168.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 197 143 221 0.11 0.35 0 0.13 281.54 0.53 0.71
Hex C5 8F DD B 23 0 D 11A 35 47
Octal 305 217 335 13 43 0 15 432 65 107
Binary 11000101 10001111 11011101 1011 100011 0 1101 100011010 110101 1000111

Color Harmonies of #C58FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FDD

Black with #C58FDD

Text Example


Text Example

White with #C58FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FDD; }

 p { color: rgb(197,143,221); }

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

background-color css

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

 a { background-color: rgb(197,143,221); }

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

border-color css

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

 span { border-color: rgb(197,143,221); }

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