Html Css Color HEX #C886E8 Wisteria

📋 copy color: '#C886E8'

red 200 ◦ green 134 ◦ blue 232

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

Shades of Wisteria #C886E8

Tints of Wisteria #C886E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 35.34%
G = 23.67%
B = 40.99%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C886E8 (or 0xC886E8) is known color: Wisteria. HEX triplet: C8, 86 and E8. RGB value is (200,134,232). Sum of RGB (Red+Green+Blue) = 200+134+232=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #C886E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886E8 is #377917. Grayscale: #A4A4A4. Windows color (decimal): -3635480 or 15238856. OLE color: 15238856.

HSL color Cylindrical-coordinate representation of color #C886E8: hue angle of 280.41º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C886E8 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 134 232 -
CMYK 0.14 0.42 0 0.09
HSL 280.41º 0.68% 0.72% -
HSV(B) 280.41º 0.42% 0.91% -
XYZ 46.91 35.16 80.66 -
YUV 164.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 200 134 232 0.14 0.42 0 0.09 280.41 0.68 0.72
Hex C8 86 E8 E 2A 0 9 118 44 48
Octal 310 206 350 16 52 0 11 430 104 110
Binary 11001000 10000110 11101000 1110 101010 0 1001 100011000 1000100 1001000

Color Harmonies of #C886E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886E8

Black with #C886E8

Text Example


Text Example

White with #C886E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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