Html Css Color HEX #C58FDC Wisteria

📋 copy color: '#C58FDC'

red 197 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #C58FDC

Tints of Wisteria #C58FDC

RGB

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

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

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

R = 35.18%
G = 25.54%
B = 39.29%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58FDC (or 0xC58FDC) is known color: Wisteria. HEX triplet: C5, 8F and DC. RGB value is (197,143,220). Sum of RGB (Red+Green+Blue) = 197+143+220=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDC is #3A7023. Grayscale: #A7A7A7. Windows color (decimal): -3829796 or 14454725. OLE color: 14454725.

HSL color Cylindrical-coordinate representation of color #C58FDC: hue angle of 282.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58FDC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 143 220 -
CMYK 0.10 0.35 0 0.14
HSL 282.08º 0.52% 0.71% -
HSV(B) 282.08º 0.35% 0.86% -
XYZ 45.77 36.68 72.38 -
YUV 167.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 197 143 220 0.10 0.35 0 0.14 282.08 0.52 0.71
Hex C5 8F DC A 23 0 E 11A 34 47
Octal 305 217 334 12 43 0 16 432 64 107
Binary 11000101 10001111 11011100 1010 100011 0 1110 100011010 110100 1000111

Color Harmonies of #C58FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FDC

Black with #C58FDC

Text Example


Text Example

White with #C58FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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