Html Css Color HEX #C884DF Wisteria

📋 copy color: '#C884DF'

red 200 ◦ green 132 ◦ blue 223

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

Shades of Wisteria #C884DF

Tints of Wisteria #C884DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 36.04%
G = 23.78%
B = 40.18%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C884DF (or 0xC884DF) is known color: Wisteria. HEX triplet: C8, 84 and DF. RGB value is (200,132,223). Sum of RGB (Red+Green+Blue) = 200+132+223=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C884DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884DF is #377B20. Grayscale: #A2A2A2. Windows color (decimal): -3636001 or 14648520. OLE color: 14648520.

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

Color convert

RGB 200 132 223 -
CMYK 0.10 0.41 0 0.13
HSL 284.84º 0.59% 0.7% -
HSV(B) 284.84º 0.41% 0.87% -
XYZ 45.39 34.11 74 -
YUV 162.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 200 132 223 0.10 0.41 0 0.13 284.84 0.59 0.7
Hex C8 84 DF A 29 0 D 11D 3B 46
Octal 310 204 337 12 51 0 15 435 73 106
Binary 11001000 10000100 11011111 1010 101001 0 1101 100011101 111011 1000110

Color Harmonies of #C884DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884DF

Black with #C884DF

Text Example


Text Example

White with #C884DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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