Html Css Color HEX #C28EE5 Wisteria

📋 copy color: '#C28EE5'

red 194 ◦ green 142 ◦ blue 229

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

Shades of Wisteria #C28EE5

Tints of Wisteria #C28EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 34.34%
G = 25.13%
B = 40.53%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C28EE5 (or 0xC28EE5) is known color: Wisteria. HEX triplet: C2, 8E and E5. RGB value is (194,142,229). Sum of RGB (Red+Green+Blue) = 194+142+229=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #C28EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EE5 is #3D711A. Grayscale: #A7A7A7. Windows color (decimal): -4026651 or 15044290. OLE color: 15044290.

HSL color Cylindrical-coordinate representation of color #C28EE5: hue angle of 275.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28EE5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 142 229 -
CMYK 0.15 0.38 0 0.10
HSL 275.86º 0.63% 0.73% -
HSV(B) 275.86º 0.38% 0.9% -
XYZ 46.06 36.47 78.74 -
YUV 167.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 194 142 229 0.15 0.38 0 0.10 275.86 0.63 0.73
Hex C2 8E E5 F 26 0 A 114 3F 49
Octal 302 216 345 17 46 0 12 424 77 111
Binary 11000010 10001110 11100101 1111 100110 0 1010 100010100 111111 1001001

Color Harmonies of #C28EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EE5

Black with #C28EE5

Text Example


Text Example

White with #C28EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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