Html Css Color HEX #C594D0 Wisteria

📋 copy color: '#C594D0'

red 197 ◦ green 148 ◦ blue 208

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

Shades of Wisteria #C594D0

Tints of Wisteria #C594D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 35.62%
G = 26.76%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C594D0 (or 0xC594D0) is known color: Wisteria. HEX triplet: C5, 94 and D0. RGB value is (197,148,208). Sum of RGB (Red+Green+Blue) = 197+148+208=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C594D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594D0 is #3A6B2F. Grayscale: #A9A9A9. Windows color (decimal): -3828528 or 13669573. OLE color: 13669573.

HSL color Cylindrical-coordinate representation of color #C594D0: hue angle of 289º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C594D0 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 148 208 -
CMYK 0.05 0.29 0 0.18
HSL 289º 0.39% 0.7% -
HSV(B) 289º 0.29% 0.82% -
XYZ 45 37.6 64.56 -
YUV 169.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 197 148 208 0.05 0.29 0 0.18 289 0.39 0.7
Hex C5 94 D0 5 1D 0 12 121 27 46
Octal 305 224 320 5 35 0 22 441 47 106
Binary 11000101 10010100 11010000 101 11101 0 10010 100100001 100111 1000110

Color Harmonies of #C594D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594D0

Black with #C594D0

Text Example


Text Example

White with #C594D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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