Html Css Color HEX #C594DF Wisteria

📋 copy color: '#C594DF'

red 197 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #C594DF

Tints of Wisteria #C594DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 34.68%
G = 26.06%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C594DF (or 0xC594DF) is known color: Wisteria. HEX triplet: C5, 94 and DF. RGB value is (197,148,223). Sum of RGB (Red+Green+Blue) = 197+148+223=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C594DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DF is #3A6B20. Grayscale: #AAAAAA. Windows color (decimal): -3828513 or 14652613. OLE color: 14652613.

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

Color convert

RGB 197 148 223 -
CMYK 0.12 0.34 0 0.13
HSL 279.2º 0.54% 0.73% -
HSV(B) 279.2º 0.34% 0.87% -
XYZ 46.94 38.38 74.75 -
YUV 171.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 197 148 223 0.12 0.34 0 0.13 279.2 0.54 0.73
Hex C5 94 DF C 22 0 D 117 36 49
Octal 305 224 337 14 42 0 15 427 66 111
Binary 11000101 10010100 11011111 1100 100010 0 1101 100010111 110110 1001001

Color Harmonies of #C594DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594DF

Black with #C594DF

Text Example


Text Example

White with #C594DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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