Html Css Color HEX #C595DC Wisteria

📋 copy color: '#C595DC'

red 197 ◦ green 149 ◦ blue 220

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

Shades of Wisteria #C595DC

Tints of Wisteria #C595DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.33%

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

R = 34.81%
G = 26.33%
B = 38.87%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C595DC (or 0xC595DC) is known color: Wisteria. HEX triplet: C5, 95 and DC. RGB value is (197,149,220). Sum of RGB (Red+Green+Blue) = 197+149+220=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C595DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DC is #3A6A23. Grayscale: #ABABAB. Windows color (decimal): -3828260 or 14456261. OLE color: 14456261.

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

Color convert

RGB 197 149 220 -
CMYK 0.10 0.32 0 0.14
HSL 280.56º 0.5% 0.72% -
HSV(B) 280.56º 0.32% 0.86% -
XYZ 46.69 38.53 72.69 -
YUV 171.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 197 149 220 0.10 0.32 0 0.14 280.56 0.5 0.72
Hex C5 95 DC A 20 0 E 119 32 48
Octal 305 225 334 12 40 0 16 431 62 110
Binary 11000101 10010101 11011100 1010 100000 0 1110 100011001 110010 1001000

Color Harmonies of #C595DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595DC

Black with #C595DC

Text Example


Text Example

White with #C595DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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