Html Css Color HEX #C594DC Wisteria

📋 copy color: '#C594DC'

red 197 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C594DC

Tints of Wisteria #C594DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 34.87%
G = 26.19%
B = 38.94%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C594DC (or 0xC594DC) is known color: Wisteria. HEX triplet: C5, 94 and DC. RGB value is (197,148,220). Sum of RGB (Red+Green+Blue) = 197+148+220=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C594DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DC is #3A6B23. Grayscale: #AAAAAA. Windows color (decimal): -3828516 or 14456005. OLE color: 14456005.

HSL color Cylindrical-coordinate representation of color #C594DC: hue angle of 280.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C594DC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 148 220 -
CMYK 0.10 0.33 0 0.14
HSL 280.83º 0.51% 0.72% -
HSV(B) 280.83º 0.33% 0.86% -
XYZ 46.53 38.22 72.63 -
YUV 170.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 197 148 220 0.10 0.33 0 0.14 280.83 0.51 0.72
Hex C5 94 DC A 21 0 E 119 33 48
Octal 305 224 334 12 41 0 16 431 63 110
Binary 11000101 10010100 11011100 1010 100001 0 1110 100011001 110011 1001000

Color Harmonies of #C594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C594DC

Black with #C594DC

Text Example


Text Example

White with #C594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C594DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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