Html Css Color HEX #C886ED Wisteria

📋 copy color: '#C886ED'

red 200 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #C886ED

Tints of Wisteria #C886ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 35.03%
G = 23.47%
B = 41.51%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C886ED (or 0xC886ED) is known color: Wisteria. HEX triplet: C8, 86 and ED. RGB value is (200,134,237). Sum of RGB (Red+Green+Blue) = 200+134+237=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #C886ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886ED is #377912. Grayscale: #A5A5A5. Windows color (decimal): -3635475 or 15566536. OLE color: 15566536.

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

Color convert

RGB 200 134 237 -
CMYK 0.16 0.43 0 0.07
HSL 278.45º 0.74% 0.73% -
HSV(B) 278.45º 0.43% 0.93% -
XYZ 47.63 35.44 84.45 -
YUV 165.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 200 134 237 0.16 0.43 0 0.07 278.45 0.74 0.73
Hex C8 86 ED 10 2B 0 7 116 4A 49
Octal 310 206 355 20 53 0 7 426 112 111
Binary 11001000 10000110 11101101 10000 101011 0 111 100010110 1001010 1001001

Color Harmonies of #C886ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886ED

Black with #C886ED

Text Example


Text Example

White with #C886ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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