Html Css Color HEX #C888DB Wisteria

📋 copy color: '#C888DB'

red 200 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C888DB

Tints of Wisteria #C888DB

RGB

 RED value IS 200 (78.52% from 255) = 36.04%

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

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

R = 36.04%
G = 24.5%
B = 39.46%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C888DB (or 0xC888DB) is known color: Wisteria. HEX triplet: C8, 88 and DB. RGB value is (200,136,219). Sum of RGB (Red+Green+Blue) = 200+136+219=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C888DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DB is #377724. Grayscale: #A4A4A4. Windows color (decimal): -3634981 or 14387400. OLE color: 14387400.

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

Color convert

RGB 200 136 219 -
CMYK 0.09 0.38 0 0.14
HSL 286.27º 0.54% 0.7% -
HSV(B) 286.27º 0.38% 0.86% -
XYZ 45.41 35 71.38 -
YUV 164.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 200 136 219 0.09 0.38 0 0.14 286.27 0.54 0.7
Hex C8 88 DB 9 26 0 E 11E 36 46
Octal 310 210 333 11 46 0 16 436 66 106
Binary 11001000 10001000 11011011 1001 100110 0 1110 100011110 110110 1000110

Color Harmonies of #C888DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C888DB

Black with #C888DB

Text Example


Text Example

White with #C888DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C888DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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