Html Css Color HEX #C28EDB Wisteria

📋 copy color: '#C28EDB'

red 194 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #C28EDB

Tints of Wisteria #C28EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 34.95%
G = 25.59%
B = 39.46%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C28EDB (or 0xC28EDB) is known color: Wisteria. HEX triplet: C2, 8E and DB. RGB value is (194,142,219). Sum of RGB (Red+Green+Blue) = 194+142+219=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDB is #3D7124. Grayscale: #A6A6A6. Windows color (decimal): -4026661 or 14388930. OLE color: 14388930.

HSL color Cylindrical-coordinate representation of color #C28EDB: hue angle of 280.52º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28EDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 142 219 -
CMYK 0.11 0.35 0 0.14
HSL 280.52º 0.52% 0.71% -
HSV(B) 280.52º 0.35% 0.86% -
XYZ 44.71 35.93 71.6 -
YUV 166.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 194 142 219 0.11 0.35 0 0.14 280.52 0.52 0.71
Hex C2 8E DB B 23 0 E 119 34 47
Octal 302 216 333 13 43 0 16 431 64 107
Binary 11000010 10001110 11011011 1011 100011 0 1110 100011001 110100 1000111

Color Harmonies of #C28EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EDB

Black with #C28EDB

Text Example


Text Example

White with #C28EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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