Html Css Color HEX #C286E1 Wisteria

📋 copy color: '#C286E1'

red 194 ◦ green 134 ◦ blue 225

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

Shades of Wisteria #C286E1

Tints of Wisteria #C286E1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.23%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 35.08%
G = 24.23%
B = 40.69%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C286E1 (or 0xC286E1) is known color: Wisteria. HEX triplet: C2, 86 and E1. RGB value is (194,134,225). Sum of RGB (Red+Green+Blue) = 194+134+225=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #C286E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286E1 is #3D791E. Grayscale: #A2A2A2. Windows color (decimal): -4028703 or 14780098. OLE color: 14780098.

HSL color Cylindrical-coordinate representation of color #C286E1: hue angle of 279.56º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C286E1 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 134 225 -
CMYK 0.14 0.40 0 0.12
HSL 279.56º 0.6% 0.7% -
HSV(B) 279.56º 0.4% 0.88% -
XYZ 44.36 33.96 75.45 -
YUV 162.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 194 134 225 0.14 0.40 0 0.12 279.56 0.6 0.7
Hex C2 86 E1 E 28 0 C 118 3C 46
Octal 302 206 341 16 50 0 14 430 74 106
Binary 11000010 10000110 11100001 1110 101000 0 1100 100011000 111100 1000110

Color Harmonies of #C286E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286E1

Black with #C286E1

Text Example


Text Example

White with #C286E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286E1; }

 p { color: rgb(194,134,225); }

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

background-color css

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

 a { background-color: rgb(194,134,225); }

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

border-color css

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

 span { border-color: rgb(194,134,225); }

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