Html Css Color HEX #C886DD Wisteria

📋 copy color: '#C886DD'

red 200 ◦ green 134 ◦ blue 221

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

Shades of Wisteria #C886DD

Tints of Wisteria #C886DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 36.04%
G = 24.14%
B = 39.82%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C886DD (or 0xC886DD) is known color: Wisteria. HEX triplet: C8, 86 and DD. RGB value is (200,134,221). Sum of RGB (Red+Green+Blue) = 200+134+221=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C886DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886DD is #377922. Grayscale: #A3A3A3. Windows color (decimal): -3635491 or 14517960. OLE color: 14517960.

HSL color Cylindrical-coordinate representation of color #C886DD: hue angle of 285.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C886DD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 134 221 -
CMYK 0.10 0.39 0 0.13
HSL 285.52º 0.56% 0.7% -
HSV(B) 285.52º 0.39% 0.87% -
XYZ 45.4 34.55 72.68 -
YUV 163.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 200 134 221 0.10 0.39 0 0.13 285.52 0.56 0.7
Hex C8 86 DD A 27 0 D 11E 38 46
Octal 310 206 335 12 47 0 15 436 70 106
Binary 11001000 10000110 11011101 1010 100111 0 1101 100011110 111000 1000110

Color Harmonies of #C886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886DD

Black with #C886DD

Text Example


Text Example

White with #C886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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