Html Css Color HEX #C28DE1 Wisteria

📋 copy color: '#C28DE1'

red 194 ◦ green 141 ◦ blue 225

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

Shades of Wisteria #C28DE1

Tints of Wisteria #C28DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 34.64%
G = 25.18%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C28DE1 (or 0xC28DE1) is known color: Wisteria. HEX triplet: C2, 8D and E1. RGB value is (194,141,225). Sum of RGB (Red+Green+Blue) = 194+141+225=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #C28DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DE1 is #3D721E. Grayscale: #A6A6A6. Windows color (decimal): -4026911 or 14781890. OLE color: 14781890.

HSL color Cylindrical-coordinate representation of color #C28DE1: hue angle of 277.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C28DE1 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 141 225 -
CMYK 0.14 0.37 0 0.12
HSL 277.86º 0.58% 0.72% -
HSV(B) 277.86º 0.37% 0.88% -
XYZ 45.36 35.96 75.78 -
YUV 166.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 194 141 225 0.14 0.37 0 0.12 277.86 0.58 0.72
Hex C2 8D E1 E 25 0 C 116 3A 48
Octal 302 215 341 16 45 0 14 426 72 110
Binary 11000010 10001101 11100001 1110 100101 0 1100 100010110 111010 1001000

Color Harmonies of #C28DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DE1

Black with #C28DE1

Text Example


Text Example

White with #C28DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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