Html Css Color HEX #C886EE Wisteria

📋 copy color: '#C886EE'

red 200 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #C886EE

Tints of Wisteria #C886EE

RGB

 RED value IS 200 (78.52% from 255) = 34.97%

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 34.97%
G = 23.43%
B = 41.61%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C886EE (or 0xC886EE) is known color: Wisteria. HEX triplet: C8, 86 and EE. RGB value is (200,134,238). Sum of RGB (Red+Green+Blue) = 200+134+238=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #C886EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886EE is #377911. Grayscale: #A5A5A5. Windows color (decimal): -3635474 or 15632072. OLE color: 15632072.

HSL color Cylindrical-coordinate representation of color #C886EE: hue angle of 278.08º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C886EE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 134 238 -
CMYK 0.16 0.44 0 0.07
HSL 278.08º 0.75% 0.73% -
HSV(B) 278.08º 0.44% 0.93% -
XYZ 47.78 35.5 85.22 -
YUV 165.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 200 134 238 0.16 0.44 0 0.07 278.08 0.75 0.73
Hex C8 86 EE 10 2C 0 7 116 4B 49
Octal 310 206 356 20 54 0 7 426 113 111
Binary 11001000 10000110 11101110 10000 101100 0 111 100010110 1001011 1001001

Color Harmonies of #C886EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886EE

Black with #C886EE

Text Example


Text Example

White with #C886EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886EE; }

 p { color: rgb(200,134,238); }

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

background-color css

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

 a { background-color: rgb(200,134,238); }

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

border-color css

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

 span { border-color: rgb(200,134,238); }

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