Html Css Color HEX #C594DD Wisteria

📋 copy color: '#C594DD'

red 197 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C594DD

Tints of Wisteria #C594DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 34.81%
G = 26.15%
B = 39.05%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C594DD (or 0xC594DD) is known color: Wisteria. HEX triplet: C5, 94 and DD. RGB value is (197,148,221). Sum of RGB (Red+Green+Blue) = 197+148+221=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C594DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DD is #3A6B22. Grayscale: #AAAAAA. Windows color (decimal): -3828515 or 14521541. OLE color: 14521541.

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

Color convert

RGB 197 148 221 -
CMYK 0.11 0.33 0 0.13
HSL 280.27º 0.52% 0.72% -
HSV(B) 280.27º 0.33% 0.87% -
XYZ 46.67 38.27 73.33 -
YUV 170.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 197 148 221 0.11 0.33 0 0.13 280.27 0.52 0.72
Hex C5 94 DD B 21 0 D 118 34 48
Octal 305 224 335 13 41 0 15 430 64 110
Binary 11000101 10010100 11011101 1011 100001 0 1101 100011000 110100 1001000

Color Harmonies of #C594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594DD

Black with #C594DD

Text Example


Text Example

White with #C594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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