Html Css Color HEX #C28CDB Wisteria

📋 copy color: '#C28CDB'

red 194 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #C28CDB

Tints of Wisteria #C28CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.32%

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

R = 35.08%
G = 25.32%
B = 39.6%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C28CDB (or 0xC28CDB) is known color: Wisteria. HEX triplet: C2, 8C and DB. RGB value is (194,140,219). Sum of RGB (Red+Green+Blue) = 194+140+219=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CDB is #3D7324. Grayscale: #A4A4A4. Windows color (decimal): -4027173 or 14388418. OLE color: 14388418.

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

Color convert

RGB 194 140 219 -
CMYK 0.11 0.36 0 0.14
HSL 281.01º 0.52% 0.7% -
HSV(B) 281.01º 0.36% 0.86% -
XYZ 44.41 35.34 71.5 -
YUV 165.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 194 140 219 0.11 0.36 0 0.14 281.01 0.52 0.7
Hex C2 8C DB B 24 0 E 119 34 46
Octal 302 214 333 13 44 0 16 431 64 106
Binary 11000010 10001100 11011011 1011 100100 0 1110 100011001 110100 1000110

Color Harmonies of #C28CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CDB

Black with #C28CDB

Text Example


Text Example

White with #C28CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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