Html Css Color HEX #C28BDB Wisteria

📋 copy color: '#C28BDB'

red 194 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #C28BDB

Tints of Wisteria #C28BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

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

R = 35.14%
G = 25.18%
B = 39.67%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C28BDB (or 0xC28BDB) is known color: Wisteria. HEX triplet: C2, 8B and DB. RGB value is (194,139,219). Sum of RGB (Red+Green+Blue) = 194+139+219=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDB is #3D7424. Grayscale: #A4A4A4. Windows color (decimal): -4027429 or 14388162. OLE color: 14388162.

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

Color convert

RGB 194 139 219 -
CMYK 0.11 0.37 0 0.14
HSL 281.25º 0.53% 0.7% -
HSV(B) 281.25º 0.37% 0.86% -
XYZ 44.27 35.05 71.45 -
YUV 164.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 194 139 219 0.11 0.37 0 0.14 281.25 0.53 0.7
Hex C2 8B DB B 25 0 E 119 35 46
Octal 302 213 333 13 45 0 16 431 65 106
Binary 11000010 10001011 11011011 1011 100101 0 1110 100011001 110101 1000110

Color Harmonies of #C28BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BDB

Black with #C28BDB

Text Example


Text Example

White with #C28BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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