Html Css Color HEX #C28DD5 Wisteria

📋 copy color: '#C28DD5'

red 194 ◦ green 141 ◦ blue 213

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

Shades of Wisteria #C28DD5

Tints of Wisteria #C28DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 35.4%
G = 25.73%
B = 38.87%

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

#C28DD5 (or 0xC28DD5) is known color: Wisteria. HEX triplet: C2, 8D and D5. RGB value is (194,141,213). Sum of RGB (Red+Green+Blue) = 194+141+213=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C28DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DD5 is #3D722A. Grayscale: #A4A4A4. Windows color (decimal): -4026923 or 13995458. OLE color: 13995458.

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

Color convert

RGB 194 141 213 -
CMYK 0.09 0.34 0 0.16
HSL 284.17º 0.46% 0.69% -
HSV(B) 284.17º 0.34% 0.84% -
XYZ 43.78 35.32 67.46 -
YUV 165.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 194 141 213 0.09 0.34 0 0.16 284.17 0.46 0.69
Hex C2 8D D5 9 22 0 10 11C 2E 45
Octal 302 215 325 11 42 0 20 434 56 105
Binary 11000010 10001101 11010101 1001 100010 0 10000 100011100 101110 1000101

Color Harmonies of #C28DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DD5

Black with #C28DD5

Text Example


Text Example

White with #C28DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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