Html Css Color HEX #C58FD7 Wisteria

📋 copy color: '#C58FD7'

red 197 ◦ green 143 ◦ blue 215

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

Shades of Wisteria #C58FD7

Tints of Wisteria #C58FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 35.5%
G = 25.77%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C58FD7 (or 0xC58FD7) is known color: Wisteria. HEX triplet: C5, 8F and D7. RGB value is (197,143,215). Sum of RGB (Red+Green+Blue) = 197+143+215=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #C58FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FD7 is #3A7028. Grayscale: #A7A7A7. Windows color (decimal): -3829801 or 14127045. OLE color: 14127045.

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

Color convert

RGB 197 143 215 -
CMYK 0.08 0.33 0 0.16
HSL 285º 0.47% 0.7% -
HSV(B) 285º 0.33% 0.84% -
XYZ 45.11 36.42 68.94 -
YUV 167.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 197 143 215 0.08 0.33 0 0.16 285 0.47 0.7
Hex C5 8F D7 8 21 0 10 11D 2F 46
Octal 305 217 327 10 41 0 20 435 57 106
Binary 11000101 10001111 11010111 1000 100001 0 10000 100011101 101111 1000110

Color Harmonies of #C58FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FD7

Black with #C58FD7

Text Example


Text Example

White with #C58FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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