Html Css Color HEX #C598DC Wisteria

📋 copy color: '#C598DC'

red 197 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #C598DC

Tints of Wisteria #C598DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 34.62%
G = 26.71%
B = 38.66%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C598DC (or 0xC598DC) is known color: Wisteria. HEX triplet: C5, 98 and DC. RGB value is (197,152,220). Sum of RGB (Red+Green+Blue) = 197+152+220=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C598DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598DC is #3A6723. Grayscale: #ACACAC. Windows color (decimal): -3827492 or 14457029. OLE color: 14457029.

HSL color Cylindrical-coordinate representation of color #C598DC: hue angle of 279.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C598DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 152 220 -
CMYK 0.10 0.31 0 0.14
HSL 279.71º 0.49% 0.73% -
HSV(B) 279.71º 0.31% 0.86% -
XYZ 47.17 39.49 72.85 -
YUV 173.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 197 152 220 0.10 0.31 0 0.14 279.71 0.49 0.73
Hex C5 98 DC A 1F 0 E 118 31 49
Octal 305 230 334 12 37 0 16 430 61 111
Binary 11000101 10011000 11011100 1010 11111 0 1110 100011000 110001 1001001

Color Harmonies of #C598DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C598DC

Black with #C598DC

Text Example


Text Example

White with #C598DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C598DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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