Html Css Color HEX #C28AE0 Wisteria

📋 copy color: '#C28AE0'

red 194 ◦ green 138 ◦ blue 224

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

Shades of Wisteria #C28AE0

Tints of Wisteria #C28AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 34.89%
G = 24.82%
B = 40.29%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C28AE0 (or 0xC28AE0) is known color: Wisteria. HEX triplet: C2, 8A and E0. RGB value is (194,138,224). Sum of RGB (Red+Green+Blue) = 194+138+224=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #C28AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AE0 is #3D751F. Grayscale: #A4A4A4. Windows color (decimal): -4027680 or 14715586. OLE color: 14715586.

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

Color convert

RGB 194 138 224 -
CMYK 0.13 0.38 0 0.12
HSL 279.07º 0.58% 0.71% -
HSV(B) 279.07º 0.38% 0.88% -
XYZ 44.79 35.03 74.92 -
YUV 164.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 194 138 224 0.13 0.38 0 0.12 279.07 0.58 0.71
Hex C2 8A E0 D 26 0 C 117 3A 47
Octal 302 212 340 15 46 0 14 427 72 107
Binary 11000010 10001010 11100000 1101 100110 0 1100 100010111 111010 1000111

Color Harmonies of #C28AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28AE0

Black with #C28AE0

Text Example


Text Example

White with #C28AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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