Html Css Color HEX #C595D3 Wisteria

📋 copy color: '#C595D3'

red 197 ◦ green 149 ◦ blue 211

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

Shades of Wisteria #C595D3

Tints of Wisteria #C595D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 35.37%
G = 26.75%
B = 37.88%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C595D3 (or 0xC595D3) is known color: Wisteria. HEX triplet: C5, 95 and D3. RGB value is (197,149,211). Sum of RGB (Red+Green+Blue) = 197+149+211=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #C595D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D3 is #3A6A2C. Grayscale: #AAAAAA. Windows color (decimal): -3828269 or 13866437. OLE color: 13866437.

HSL color Cylindrical-coordinate representation of color #C595D3: hue angle of 286.45º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C595D3 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 149 211 -
CMYK 0.07 0.29 0 0.17
HSL 286.45º 0.41% 0.71% -
HSV(B) 286.45º 0.29% 0.83% -
XYZ 45.53 38.07 66.58 -
YUV 170.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 197 149 211 0.07 0.29 0 0.17 286.45 0.41 0.71
Hex C5 95 D3 7 1D 0 11 11E 29 47
Octal 305 225 323 7 35 0 21 436 51 107
Binary 11000101 10010101 11010011 111 11101 0 10001 100011110 101001 1000111

Color Harmonies of #C595D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D3

Black with #C595D3

Text Example


Text Example

White with #C595D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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