Html Css Color HEX #C28DDD Wisteria

📋 copy color: '#C28DDD'

red 194 ◦ green 141 ◦ blue 221

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

Shades of Wisteria #C28DDD

Tints of Wisteria #C28DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 34.89%
G = 25.36%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C28DDD (or 0xC28DDD) is known color: Wisteria. HEX triplet: C2, 8D and DD. RGB value is (194,141,221). Sum of RGB (Red+Green+Blue) = 194+141+221=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DDD is #3D7222. Grayscale: #A5A5A5. Windows color (decimal): -4026915 or 14519746. OLE color: 14519746.

HSL color Cylindrical-coordinate representation of color #C28DDD: hue angle of 279.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28DDD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 141 221 -
CMYK 0.12 0.36 0 0.13
HSL 279.75º 0.54% 0.71% -
HSV(B) 279.75º 0.36% 0.87% -
XYZ 44.82 35.74 72.94 -
YUV 165.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 194 141 221 0.12 0.36 0 0.13 279.75 0.54 0.71
Hex C2 8D DD C 24 0 D 118 36 47
Octal 302 215 335 14 44 0 15 430 66 107
Binary 11000010 10001101 11011101 1100 100100 0 1101 100011000 110110 1000111

Color Harmonies of #C28DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DDD

Black with #C28DDD

Text Example


Text Example

White with #C28DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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