Html Css Color HEX #C595DD Wisteria

📋 copy color: '#C595DD'

red 197 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C595DD

Tints of Wisteria #C595DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 34.74%
G = 26.28%
B = 38.98%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C595DD (or 0xC595DD) is known color: Wisteria. HEX triplet: C5, 95 and DD. RGB value is (197,149,221). Sum of RGB (Red+Green+Blue) = 197+149+221=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DD is #3A6A22. Grayscale: #ABABAB. Windows color (decimal): -3828259 or 14521797. OLE color: 14521797.

HSL color Cylindrical-coordinate representation of color #C595DD: hue angle of 280º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C595DD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 149 221 -
CMYK 0.11 0.33 0 0.13
HSL 280º 0.51% 0.73% -
HSV(B) 280º 0.33% 0.87% -
XYZ 46.82 38.59 73.39 -
YUV 171.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 197 149 221 0.11 0.33 0 0.13 280 0.51 0.73
Hex C5 95 DD B 21 0 D 118 33 49
Octal 305 225 335 13 41 0 15 430 63 111
Binary 11000101 10010101 11011101 1011 100001 0 1101 100011000 110011 1001001

Color Harmonies of #C595DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595DD

Black with #C595DD

Text Example


Text Example

White with #C595DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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