Html Css Color HEX #C598D1 Wisteria

📋 copy color: '#C598D1'

red 197 ◦ green 152 ◦ blue 209

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

Shades of Wisteria #C598D1

Tints of Wisteria #C598D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.24%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 35.3%
G = 27.24%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C598D1 (or 0xC598D1) is known color: Wisteria. HEX triplet: C5, 98 and D1. RGB value is (197,152,209). Sum of RGB (Red+Green+Blue) = 197+152+209=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C598D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598D1 is #3A672E. Grayscale: #ABABAB. Windows color (decimal): -3827503 or 13736133. OLE color: 13736133.

HSL color Cylindrical-coordinate representation of color #C598D1: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C598D1 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 152 209 -
CMYK 0.06 0.27 0 0.18
HSL 287.37º 0.38% 0.71% -
HSV(B) 287.37º 0.27% 0.82% -
XYZ 45.76 38.93 65.42 -
YUV 171.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 197 152 209 0.06 0.27 0 0.18 287.37 0.38 0.71
Hex C5 98 D1 6 1B 0 12 11F 26 47
Octal 305 230 321 6 33 0 22 437 46 107
Binary 11000101 10011000 11010001 110 11011 0 10010 100011111 100110 1000111

Color Harmonies of #C598D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C598D1

Black with #C598D1

Text Example


Text Example

White with #C598D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C598D1; }

 p { color: rgb(197,152,209); }

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

background-color css

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

 a { background-color: rgb(197,152,209); }

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

border-color css

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

 span { border-color: rgb(197,152,209); }

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