Html Css Color HEX #C588DC Wisteria

📋 copy color: '#C588DC'

red 197 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #C588DC

Tints of Wisteria #C588DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.59%

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

R = 35.62%
G = 24.59%
B = 39.78%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C588DC (or 0xC588DC) is known color: Wisteria. HEX triplet: C5, 88 and DC. RGB value is (197,136,220). Sum of RGB (Red+Green+Blue) = 197+136+220=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C588DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588DC is #3A7723. Grayscale: #A3A3A3. Windows color (decimal): -3831588 or 14452933. OLE color: 14452933.

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

Color convert

RGB 197 136 220 -
CMYK 0.10 0.38 0 0.14
HSL 283.57º 0.55% 0.7% -
HSV(B) 283.57º 0.38% 0.86% -
XYZ 44.75 34.65 72.04 -
YUV 163.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 197 136 220 0.10 0.38 0 0.14 283.57 0.55 0.7
Hex C5 88 DC A 26 0 E 11C 37 46
Octal 305 210 334 12 46 0 16 434 67 106
Binary 11000101 10001000 11011100 1010 100110 0 1110 100011100 110111 1000110

Color Harmonies of #C588DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C588DC

Black with #C588DC

Text Example


Text Example

White with #C588DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C588DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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