Html Css Color HEX #C28FD9 Wisteria

📋 copy color: '#C28FD9'

red 194 ◦ green 143 ◦ blue 217

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

Shades of Wisteria #C28FD9

Tints of Wisteria #C28FD9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

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

R = 35.02%
G = 25.81%
B = 39.17%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C28FD9 (or 0xC28FD9) is known color: Wisteria. HEX triplet: C2, 8F and D9. RGB value is (194,143,217). Sum of RGB (Red+Green+Blue) = 194+143+217=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #C28FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FD9 is #3D7026. Grayscale: #A6A6A6. Windows color (decimal): -4026407 or 14258114. OLE color: 14258114.

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

Color convert

RGB 194 143 217 -
CMYK 0.11 0.34 0 0.15
HSL 281.35º 0.49% 0.71% -
HSV(B) 281.35º 0.34% 0.85% -
XYZ 44.59 36.12 70.27 -
YUV 166.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 194 143 217 0.11 0.34 0 0.15 281.35 0.49 0.71
Hex C2 8F D9 B 22 0 F 119 31 47
Octal 302 217 331 13 42 0 17 431 61 107
Binary 11000010 10001111 11011001 1011 100010 0 1111 100011001 110001 1000111

Color Harmonies of #C28FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FD9

Black with #C28FD9

Text Example


Text Example

White with #C28FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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