Html Css Color HEX #C28EDE Wisteria

📋 copy color: '#C28EDE'

red 194 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C28EDE

Tints of Wisteria #C28EDE

RGB

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

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

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

R = 34.77%
G = 25.45%
B = 39.78%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C28EDE (or 0xC28EDE) is known color: Wisteria. HEX triplet: C2, 8E and DE. RGB value is (194,142,222). Sum of RGB (Red+Green+Blue) = 194+142+222=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C28EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDE is #3D7121. Grayscale: #A6A6A6. Windows color (decimal): -4026658 or 14585538. OLE color: 14585538.

HSL color Cylindrical-coordinate representation of color #C28EDE: hue angle of 279º degrees, saturation: 0.55, 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 #C28EDE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 142 222 -
CMYK 0.13 0.36 0 0.13
HSL 279º 0.55% 0.71% -
HSV(B) 279º 0.36% 0.87% -
XYZ 45.11 36.09 73.7 -
YUV 166.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 194 142 222 0.13 0.36 0 0.13 279 0.55 0.71
Hex C2 8E DE D 24 0 D 117 37 47
Octal 302 216 336 15 44 0 15 427 67 107
Binary 11000010 10001110 11011110 1101 100100 0 1101 100010111 110111 1000111

Color Harmonies of #C28EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EDE

Black with #C28EDE

Text Example


Text Example

White with #C28EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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