Html Css Color HEX #C28EDF Wisteria

📋 copy color: '#C28EDF'

red 194 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #C28EDF

Tints of Wisteria #C28EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 34.7%
G = 25.4%
B = 39.89%

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

#C28EDF (or 0xC28EDF) is known color: Wisteria. HEX triplet: C2, 8E and DF. RGB value is (194,142,223). Sum of RGB (Red+Green+Blue) = 194+142+223=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDF is #3D7120. Grayscale: #A6A6A6. Windows color (decimal): -4026657 or 14651074. OLE color: 14651074.

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

Color convert

RGB 194 142 223 -
CMYK 0.13 0.36 0 0.13
HSL 278.52º 0.56% 0.72% -
HSV(B) 278.52º 0.36% 0.87% -
XYZ 45.24 36.14 74.4 -
YUV 166.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 194 142 223 0.13 0.36 0 0.13 278.52 0.56 0.72
Hex C2 8E DF D 24 0 D 117 38 48
Octal 302 216 337 15 44 0 15 427 70 110
Binary 11000010 10001110 11011111 1101 100100 0 1101 100010111 111000 1001000

Color Harmonies of #C28EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EDF

Black with #C28EDF

Text Example


Text Example

White with #C28EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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