Html Css Color HEX #C58CDF Wisteria

📋 copy color: '#C58CDF'

red 197 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #C58CDF

Tints of Wisteria #C58CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25%

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

R = 35.18%
G = 25%
B = 39.82%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58CDF (or 0xC58CDF) is known color: Wisteria. HEX triplet: C5, 8C and DF. RGB value is (197,140,223). Sum of RGB (Red+Green+Blue) = 197+140+223=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDF is #3A7320. Grayscale: #A6A6A6. Windows color (decimal): -3830561 or 14650565. OLE color: 14650565.

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

Color convert

RGB 197 140 223 -
CMYK 0.12 0.37 0 0.13
HSL 281.2º 0.56% 0.71% -
HSV(B) 281.2º 0.37% 0.87% -
XYZ 45.72 35.95 74.34 -
YUV 166.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 197 140 223 0.12 0.37 0 0.13 281.2 0.56 0.71
Hex C5 8C DF C 25 0 D 119 38 47
Octal 305 214 337 14 45 0 15 431 70 107
Binary 11000101 10001100 11011111 1100 100101 0 1101 100011001 111000 1000111

Color Harmonies of #C58CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CDF

Black with #C58CDF

Text Example


Text Example

White with #C58CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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