Html Css Color HEX #C886EB Wisteria

📋 copy color: '#C886EB'

red 200 ◦ green 134 ◦ blue 235

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

Shades of Wisteria #C886EB

Tints of Wisteria #C886EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 35.15%
G = 23.55%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C886EB (or 0xC886EB) is known color: Wisteria. HEX triplet: C8, 86 and EB. RGB value is (200,134,235). Sum of RGB (Red+Green+Blue) = 200+134+235=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C886EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886EB is #377914. Grayscale: #A4A4A4. Windows color (decimal): -3635477 or 15435464. OLE color: 15435464.

HSL color Cylindrical-coordinate representation of color #C886EB: hue angle of 279.21º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C886EB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 134 235 -
CMYK 0.15 0.43 0 0.08
HSL 279.21º 0.72% 0.72% -
HSV(B) 279.21º 0.43% 0.92% -
XYZ 47.34 35.33 82.92 -
YUV 165.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 200 134 235 0.15 0.43 0 0.08 279.21 0.72 0.72
Hex C8 86 EB F 2B 0 8 117 48 48
Octal 310 206 353 17 53 0 10 427 110 110
Binary 11001000 10000110 11101011 1111 101011 0 1000 100010111 1001000 1001000

Color Harmonies of #C886EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886EB

Black with #C886EB

Text Example


Text Example

White with #C886EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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