Html Css Color HEX #C28EDD Wisteria

📋 copy color: '#C28EDD'

red 194 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #C28EDD

Tints of Wisteria #C28EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 34.83%
G = 25.49%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C28EDD (or 0xC28EDD) is known color: Wisteria. HEX triplet: C2, 8E and DD. RGB value is (194,142,221). Sum of RGB (Red+Green+Blue) = 194+142+221=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDD is #3D7122. Grayscale: #A6A6A6. Windows color (decimal): -4026659 or 14520002. OLE color: 14520002.

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

Color convert

RGB 194 142 221 -
CMYK 0.12 0.36 0 0.13
HSL 279.49º 0.54% 0.71% -
HSV(B) 279.49º 0.36% 0.87% -
XYZ 44.97 36.04 72.99 -
YUV 166.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 194 142 221 0.12 0.36 0 0.13 279.49 0.54 0.71
Hex C2 8E DD C 24 0 D 117 36 47
Octal 302 216 335 14 44 0 15 427 66 107
Binary 11000010 10001110 11011101 1100 100100 0 1101 100010111 110110 1000111

Color Harmonies of #C28EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EDD

Black with #C28EDD

Text Example


Text Example

White with #C28EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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