Html Css Color HEX #C28DD9 Wisteria

📋 copy color: '#C28DD9'

red 194 ◦ green 141 ◦ blue 217

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

Shades of Wisteria #C28DD9

Tints of Wisteria #C28DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 35.14%
G = 25.54%
B = 39.31%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C28DD9 (or 0xC28DD9) is known color: Wisteria. HEX triplet: C2, 8D and D9. RGB value is (194,141,217). Sum of RGB (Red+Green+Blue) = 194+141+217=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #C28DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DD9 is #3D7226. Grayscale: #A5A5A5. Windows color (decimal): -4026919 or 14257602. OLE color: 14257602.

HSL color Cylindrical-coordinate representation of color #C28DD9: hue angle of 281.84º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28DD9 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 141 217 -
CMYK 0.11 0.35 0 0.15
HSL 281.84º 0.5% 0.7% -
HSV(B) 281.84º 0.35% 0.85% -
XYZ 44.3 35.53 70.17 -
YUV 165.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 194 141 217 0.11 0.35 0 0.15 281.84 0.5 0.7
Hex C2 8D D9 B 23 0 F 11A 32 46
Octal 302 215 331 13 43 0 17 432 62 106
Binary 11000010 10001101 11011001 1011 100011 0 1111 100011010 110010 1000110

Color Harmonies of #C28DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DD9

Black with #C28DD9

Text Example


Text Example

White with #C28DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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