Html Css Color HEX #C599D0 Wisteria

📋 copy color: '#C599D0'

red 197 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #C599D0

Tints of Wisteria #C599D0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.42%

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 35.3%
G = 27.42%
B = 37.28%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C599D0 (or 0xC599D0) is known color: Wisteria. HEX triplet: C5, 99 and D0. RGB value is (197,153,208). Sum of RGB (Red+Green+Blue) = 197+153+208=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C599D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599D0 is #3A662F. Grayscale: #ACACAC. Windows color (decimal): -3827248 or 13670853. OLE color: 13670853.

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

Color convert

RGB 197 153 208 -
CMYK 0.05 0.26 0 0.18
HSL 288º 0.37% 0.71% -
HSV(B) 288º 0.26% 0.82% -
XYZ 45.8 39.21 64.83 -
YUV 172.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 197 153 208 0.05 0.26 0 0.18 288 0.37 0.71
Hex C5 99 D0 5 1A 0 12 120 25 47
Octal 305 231 320 5 32 0 22 440 45 107
Binary 11000101 10011001 11010000 101 11010 0 10010 100100000 100101 1000111

Color Harmonies of #C599D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C599D0

Black with #C599D0

Text Example


Text Example

White with #C599D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C599D0; }

 p { color: rgb(197,153,208); }

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

background-color css

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

 a { background-color: rgb(197,153,208); }

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

border-color css

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

 span { border-color: rgb(197,153,208); }

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