Html Css Color HEX #C595D0 Wisteria

📋 copy color: '#C595D0'

red 197 ◦ green 149 ◦ blue 208

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

Shades of Wisteria #C595D0

Tints of Wisteria #C595D0

RGB

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

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

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

R = 35.56%
G = 26.9%
B = 37.55%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C595D0 (or 0xC595D0) is known color: Wisteria. HEX triplet: C5, 95 and D0. RGB value is (197,149,208). Sum of RGB (Red+Green+Blue) = 197+149+208=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C595D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D0 is #3A6A2F. Grayscale: #A9A9A9. Windows color (decimal): -3828272 or 13669829. OLE color: 13669829.

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

Color convert

RGB 197 149 208 -
CMYK 0.05 0.28 0 0.18
HSL 288.81º 0.39% 0.7% -
HSV(B) 288.81º 0.28% 0.82% -
XYZ 45.16 37.92 64.61 -
YUV 170.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 197 149 208 0.05 0.28 0 0.18 288.81 0.39 0.7
Hex C5 95 D0 5 1C 0 12 121 27 46
Octal 305 225 320 5 34 0 22 441 47 106
Binary 11000101 10010101 11010000 101 11100 0 10010 100100001 100111 1000110

Color Harmonies of #C595D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D0

Black with #C595D0

Text Example


Text Example

White with #C595D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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