Html Css Color HEX #C288DB Wisteria

📋 copy color: '#C288DB'

red 194 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C288DB

Tints of Wisteria #C288DB

RGB

 RED value IS 194 (76.17% from 255) = 35.34%

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

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

R = 35.34%
G = 24.77%
B = 39.89%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C288DB (or 0xC288DB) is known color: Wisteria. HEX triplet: C2, 88 and DB. RGB value is (194,136,219). Sum of RGB (Red+Green+Blue) = 194+136+219=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C288DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DB is #3D7724. Grayscale: #A2A2A2. Windows color (decimal): -4028197 or 14387394. OLE color: 14387394.

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

Color convert

RGB 194 136 219 -
CMYK 0.11 0.38 0 0.14
HSL 281.93º 0.54% 0.7% -
HSV(B) 281.93º 0.38% 0.86% -
XYZ 43.84 34.19 71.31 -
YUV 162.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 194 136 219 0.11 0.38 0 0.14 281.93 0.54 0.7
Hex C2 88 DB B 26 0 E 11A 36 46
Octal 302 210 333 13 46 0 16 432 66 106
Binary 11000010 10001000 11011011 1011 100110 0 1110 100011010 110110 1000110

Color Harmonies of #C288DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288DB

Black with #C288DB

Text Example


Text Example

White with #C288DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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