Html Css Color HEX #C28ADE Wisteria

📋 copy color: '#C28ADE'

red 194 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #C28ADE

Tints of Wisteria #C28ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.91%

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 35.02%
G = 24.91%
B = 40.07%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C28ADE (or 0xC28ADE) is known color: Wisteria. HEX triplet: C2, 8A and DE. RGB value is (194,138,222). Sum of RGB (Red+Green+Blue) = 194+138+222=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C28ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADE is #3D7521. Grayscale: #A4A4A4. Windows color (decimal): -4027682 or 14584514. OLE color: 14584514.

HSL color Cylindrical-coordinate representation of color #C28ADE: hue angle of 280º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28ADE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 138 222 -
CMYK 0.13 0.38 0 0.13
HSL 280º 0.56% 0.71% -
HSV(B) 280º 0.38% 0.87% -
XYZ 44.52 34.92 73.5 -
YUV 164.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 194 138 222 0.13 0.38 0 0.13 280 0.56 0.71
Hex C2 8A DE D 26 0 D 118 38 47
Octal 302 212 336 15 46 0 15 430 70 107
Binary 11000010 10001010 11011110 1101 100110 0 1101 100011000 111000 1000111

Color Harmonies of #C28ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ADE

Black with #C28ADE

Text Example


Text Example

White with #C28ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ADE; }

 p { color: rgb(194,138,222); }

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

background-color css

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

 a { background-color: rgb(194,138,222); }

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

border-color css

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

 span { border-color: rgb(194,138,222); }

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