Html Css Color HEX #C595D4 Wisteria

📋 copy color: '#C595D4'

red 197 ◦ green 149 ◦ blue 212

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

Shades of Wisteria #C595D4

Tints of Wisteria #C595D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 35.3%
G = 26.7%
B = 37.99%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C595D4 (or 0xC595D4) is known color: Wisteria. HEX triplet: C5, 95 and D4. RGB value is (197,149,212). Sum of RGB (Red+Green+Blue) = 197+149+212=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #C595D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D4 is #3A6A2B. Grayscale: #AAAAAA. Windows color (decimal): -3828268 or 13931973. OLE color: 13931973.

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

Color convert

RGB 197 149 212 -
CMYK 0.07 0.30 0 0.17
HSL 285.71º 0.42% 0.71% -
HSV(B) 285.71º 0.3% 0.83% -
XYZ 45.66 38.12 67.24 -
YUV 170.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 197 149 212 0.07 0.30 0 0.17 285.71 0.42 0.71
Hex C5 95 D4 7 1E 0 11 11E 2A 47
Octal 305 225 324 7 36 0 21 436 52 107
Binary 11000101 10010101 11010100 111 11110 0 10001 100011110 101010 1000111

Color Harmonies of #C595D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595D4

Black with #C595D4

Text Example


Text Example

White with #C595D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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