Html Css Color HEX #C597D6 Wisteria

📋 copy color: '#C597D6'

red 197 ◦ green 151 ◦ blue 214

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

Shades of Wisteria #C597D6

Tints of Wisteria #C597D6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.87%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 35.05%
G = 26.87%
B = 38.08%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C597D6 (or 0xC597D6) is known color: Wisteria. HEX triplet: C5, 97 and D6. RGB value is (197,151,214). Sum of RGB (Red+Green+Blue) = 197+151+214=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #C597D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597D6 is #3A6829. Grayscale: #ABABAB. Windows color (decimal): -3827754 or 14063557. OLE color: 14063557.

HSL color Cylindrical-coordinate representation of color #C597D6: hue angle of 283.81º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C597D6 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 151 214 -
CMYK 0.08 0.29 0 0.16
HSL 283.81º 0.43% 0.72% -
HSV(B) 283.81º 0.29% 0.84% -
XYZ 46.23 38.86 68.68 -
YUV 171.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 197 151 214 0.08 0.29 0 0.16 283.81 0.43 0.72
Hex C5 97 D6 8 1D 0 10 11C 2B 48
Octal 305 227 326 10 35 0 20 434 53 110
Binary 11000101 10010111 11010110 1000 11101 0 10000 100011100 101011 1001000

Color Harmonies of #C597D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C597D6

Black with #C597D6

Text Example


Text Example

White with #C597D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C597D6; }

 p { color: rgb(197,151,214); }

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

background-color css

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

 a { background-color: rgb(197,151,214); }

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

border-color css

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

 span { border-color: rgb(197,151,214); }

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