Html Css Color HEX #C28DDB Wisteria

📋 copy color: '#C28DDB'

red 194 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C28DDB

Tints of Wisteria #C28DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.45%

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

R = 35.02%
G = 25.45%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C28DDB (or 0xC28DDB) is known color: Wisteria. HEX triplet: C2, 8D and DB. RGB value is (194,141,219). Sum of RGB (Red+Green+Blue) = 194+141+219=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DDB is #3D7224. Grayscale: #A5A5A5. Windows color (decimal): -4026917 or 14388674. OLE color: 14388674.

HSL color Cylindrical-coordinate representation of color #C28DDB: hue angle of 280.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28DDB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 141 219 -
CMYK 0.11 0.36 0 0.14
HSL 280.77º 0.52% 0.71% -
HSV(B) 280.77º 0.36% 0.86% -
XYZ 44.56 35.63 71.55 -
YUV 165.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 194 141 219 0.11 0.36 0 0.14 280.77 0.52 0.71
Hex C2 8D DB B 24 0 E 119 34 47
Octal 302 215 333 13 44 0 16 431 64 107
Binary 11000010 10001101 11011011 1011 100100 0 1110 100011001 110100 1000111

Color Harmonies of #C28DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DDB

Black with #C28DDB

Text Example


Text Example

White with #C28DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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