Html Css Color HEX #C884DD Wisteria

📋 copy color: '#C884DD'

red 200 ◦ green 132 ◦ blue 221

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

Shades of Wisteria #C884DD

Tints of Wisteria #C884DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

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

R = 36.17%
G = 23.87%
B = 39.96%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C884DD (or 0xC884DD) is known color: Wisteria. HEX triplet: C8, 84 and DD. RGB value is (200,132,221). Sum of RGB (Red+Green+Blue) = 200+132+221=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C884DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884DD is #377B22. Grayscale: #A2A2A2. Windows color (decimal): -3636003 or 14517448. OLE color: 14517448.

HSL color Cylindrical-coordinate representation of color #C884DD: hue angle of 285.84º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C884DD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 132 221 -
CMYK 0.10 0.40 0 0.13
HSL 285.84º 0.57% 0.69% -
HSV(B) 285.84º 0.4% 0.87% -
XYZ 45.12 34 72.59 -
YUV 162.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 200 132 221 0.10 0.40 0 0.13 285.84 0.57 0.69
Hex C8 84 DD A 28 0 D 11E 39 45
Octal 310 204 335 12 50 0 15 436 71 105
Binary 11001000 10000100 11011101 1010 101000 0 1101 100011110 111001 1000101

Color Harmonies of #C884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884DD

Black with #C884DD

Text Example


Text Example

White with #C884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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