Html Css Color HEX #C28ED9 Wisteria

📋 copy color: '#C28ED9'

red 194 ◦ green 142 ◦ blue 217

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

Shades of Wisteria #C28ED9

Tints of Wisteria #C28ED9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

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

R = 35.08%
G = 25.68%
B = 39.24%

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

#C28ED9 (or 0xC28ED9) is known color: Wisteria. HEX triplet: C2, 8E and D9. RGB value is (194,142,217). Sum of RGB (Red+Green+Blue) = 194+142+217=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C28ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ED9 is #3D7126. Grayscale: #A5A5A5. Windows color (decimal): -4026663 or 14257858. OLE color: 14257858.

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

Color convert

RGB 194 142 217 -
CMYK 0.11 0.35 0 0.15
HSL 281.6º 0.5% 0.7% -
HSV(B) 281.6º 0.35% 0.85% -
XYZ 44.45 35.83 70.22 -
YUV 166.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 194 142 217 0.11 0.35 0 0.15 281.6 0.5 0.7
Hex C2 8E D9 B 23 0 F 11A 32 46
Octal 302 216 331 13 43 0 17 432 62 106
Binary 11000010 10001110 11011001 1011 100011 0 1111 100011010 110010 1000110

Color Harmonies of #C28ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ED9

Black with #C28ED9

Text Example


Text Example

White with #C28ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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