Html Css Color HEX #C588DB Wisteria

📋 copy color: '#C588DB'

red 197 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C588DB

Tints of Wisteria #C588DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 35.69%
G = 24.64%
B = 39.67%

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

#C588DB (or 0xC588DB) is known color: Wisteria. HEX triplet: C5, 88 and DB. RGB value is (197,136,219). Sum of RGB (Red+Green+Blue) = 197+136+219=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C588DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588DB is #3A7724. Grayscale: #A3A3A3. Windows color (decimal): -3831589 or 14387397. OLE color: 14387397.

HSL color Cylindrical-coordinate representation of color #C588DB: hue angle of 284.1º degrees, saturation: 0.54, 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 #C588DB is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 136 219 -
CMYK 0.10 0.38 0 0.14
HSL 284.1º 0.54% 0.7% -
HSV(B) 284.1º 0.38% 0.86% -
XYZ 44.62 34.59 71.34 -
YUV 163.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 197 136 219 0.10 0.38 0 0.14 284.1 0.54 0.7
Hex C5 88 DB A 26 0 E 11C 36 46
Octal 305 210 333 12 46 0 16 434 66 106
Binary 11000101 10001000 11011011 1010 100110 0 1110 100011100 110110 1000110

Color Harmonies of #C588DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C588DB

Black with #C588DB

Text Example


Text Example

White with #C588DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C588DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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