Html Css Color HEX #C58FDA Wisteria

📋 copy color: '#C58FDA'

red 197 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C58FDA

Tints of Wisteria #C58FDA

RGB

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

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

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

R = 35.3%
G = 25.63%
B = 39.07%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58FDA (or 0xC58FDA) is known color: Wisteria. HEX triplet: C5, 8F and DA. RGB value is (197,143,218). Sum of RGB (Red+Green+Blue) = 197+143+218=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDA is #3A7025. Grayscale: #A7A7A7. Windows color (decimal): -3829798 or 14323653. OLE color: 14323653.

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

Color convert

RGB 197 143 218 -
CMYK 0.10 0.34 0 0.15
HSL 283.2º 0.5% 0.71% -
HSV(B) 283.2º 0.34% 0.85% -
XYZ 45.5 36.58 70.99 -
YUV 167.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 197 143 218 0.10 0.34 0 0.15 283.2 0.5 0.71
Hex C5 8F DA A 22 0 F 11B 32 47
Octal 305 217 332 12 42 0 17 433 62 107
Binary 11000101 10001111 11011010 1010 100010 0 1111 100011011 110010 1000111

Color Harmonies of #C58FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FDA

Black with #C58FDA

Text Example


Text Example

White with #C58FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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