Html Css Color HEX #C595D7 Wisteria

📋 copy color: '#C595D7'

red 197 ◦ green 149 ◦ blue 215

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

Shades of Wisteria #C595D7

Tints of Wisteria #C595D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 35.12%
G = 26.56%
B = 38.32%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C595D7 (or 0xC595D7) is known color: Wisteria. HEX triplet: C5, 95 and D7. RGB value is (197,149,215). Sum of RGB (Red+Green+Blue) = 197+149+215=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #C595D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D7 is #3A6A28. Grayscale: #AAAAAA. Windows color (decimal): -3828265 or 14128581. OLE color: 14128581.

HSL color Cylindrical-coordinate representation of color #C595D7: hue angle of 283.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C595D7 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 149 215 -
CMYK 0.08 0.31 0 0.16
HSL 283.64º 0.45% 0.71% -
HSV(B) 283.64º 0.31% 0.84% -
XYZ 46.04 38.27 69.25 -
YUV 170.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 197 149 215 0.08 0.31 0 0.16 283.64 0.45 0.71
Hex C5 95 D7 8 1F 0 10 11C 2D 47
Octal 305 225 327 10 37 0 20 434 55 107
Binary 11000101 10010101 11010111 1000 11111 0 10000 100011100 101101 1000111

Color Harmonies of #C595D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D7

Black with #C595D7

Text Example


Text Example

White with #C595D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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