Html Css Color HEX #C28DD6 Wisteria

📋 copy color: '#C28DD6'

red 194 ◦ green 141 ◦ blue 214

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

Shades of Wisteria #C28DD6

Tints of Wisteria #C28DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 35.34%
G = 25.68%
B = 38.98%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C28DD6 (or 0xC28DD6) is known color: Wisteria. HEX triplet: C2, 8D and D6. RGB value is (194,141,214). Sum of RGB (Red+Green+Blue) = 194+141+214=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C28DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DD6 is #3D7229. Grayscale: #A4A4A4. Windows color (decimal): -4026922 or 14060994. OLE color: 14060994.

HSL color Cylindrical-coordinate representation of color #C28DD6: hue angle of 283.56º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28DD6 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 141 214 -
CMYK 0.09 0.34 0 0.16
HSL 283.56º 0.47% 0.7% -
HSV(B) 283.56º 0.34% 0.84% -
XYZ 43.91 35.37 68.13 -
YUV 165.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 194 141 214 0.09 0.34 0 0.16 283.56 0.47 0.7
Hex C2 8D D6 9 22 0 10 11C 2F 46
Octal 302 215 326 11 42 0 20 434 57 106
Binary 11000010 10001101 11010110 1001 100010 0 10000 100011100 101111 1000110

Color Harmonies of #C28DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DD6

Black with #C28DD6

Text Example


Text Example

White with #C28DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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