Html Css Color HEX #C595DB Wisteria

📋 copy color: '#C595DB'

red 197 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C595DB

Tints of Wisteria #C595DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 34.87%
G = 26.37%
B = 38.76%

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

#C595DB (or 0xC595DB) is known color: Wisteria. HEX triplet: C5, 95 and DB. RGB value is (197,149,219). Sum of RGB (Red+Green+Blue) = 197+149+219=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C595DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DB is #3A6A24. Grayscale: #ABABAB. Windows color (decimal): -3828261 or 14390725. OLE color: 14390725.

HSL color Cylindrical-coordinate representation of color #C595DB: hue angle of 281.14º degrees, saturation: 0.49, 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 #C595DB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 149 219 -
CMYK 0.10 0.32 0 0.14
HSL 281.14º 0.49% 0.72% -
HSV(B) 281.14º 0.32% 0.86% -
XYZ 46.56 38.48 71.99 -
YUV 171.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 197 149 219 0.10 0.32 0 0.14 281.14 0.49 0.72
Hex C5 95 DB A 20 0 E 119 31 48
Octal 305 225 333 12 40 0 16 431 61 110
Binary 11000101 10010101 11011011 1010 100000 0 1110 100011001 110001 1001000

Color Harmonies of #C595DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595DB

Black with #C595DB

Text Example


Text Example

White with #C595DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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