Html Css Color HEX #C58FDF Wisteria

📋 copy color: '#C58FDF'

red 197 ◦ green 143 ◦ blue 223

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

Shades of Wisteria #C58FDF

Tints of Wisteria #C58FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 34.99%
G = 25.4%
B = 39.61%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58FDF (or 0xC58FDF) is known color: Wisteria. HEX triplet: C5, 8F and DF. RGB value is (197,143,223). Sum of RGB (Red+Green+Blue) = 197+143+223=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C58FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDF is #3A7020. Grayscale: #A7A7A7. Windows color (decimal): -3829793 or 14651333. OLE color: 14651333.

HSL color Cylindrical-coordinate representation of color #C58FDF: hue angle of 280.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58FDF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 143 223 -
CMYK 0.12 0.36 0 0.13
HSL 280.5º 0.56% 0.72% -
HSV(B) 280.5º 0.36% 0.87% -
XYZ 46.17 36.84 74.49 -
YUV 168.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 197 143 223 0.12 0.36 0 0.13 280.5 0.56 0.72
Hex C5 8F DF C 24 0 D 118 38 48
Octal 305 217 337 14 44 0 15 430 70 110
Binary 11000101 10001111 11011111 1100 100100 0 1101 100011000 111000 1001000

Color Harmonies of #C58FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FDF

Black with #C58FDF

Text Example


Text Example

White with #C58FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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