Html Css Color HEX #C884D7 Wisteria

📋 copy color: '#C884D7'

red 200 ◦ green 132 ◦ blue 215

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

Shades of Wisteria #C884D7

Tints of Wisteria #C884D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 36.56%
G = 24.13%
B = 39.31%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C884D7 (or 0xC884D7) is known color: Wisteria. HEX triplet: C8, 84 and D7. RGB value is (200,132,215). Sum of RGB (Red+Green+Blue) = 200+132+215=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #C884D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884D7 is #377B28. Grayscale: #A1A1A1. Windows color (decimal): -3636009 or 14124232. OLE color: 14124232.

HSL color Cylindrical-coordinate representation of color #C884D7: hue angle of 289.16º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C884D7 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 132 215 -
CMYK 0.07 0.39 0 0.16
HSL 289.16º 0.51% 0.68% -
HSV(B) 289.16º 0.39% 0.84% -
XYZ 44.34 33.69 68.46 -
YUV 161.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 200 132 215 0.07 0.39 0 0.16 289.16 0.51 0.68
Hex C8 84 D7 7 27 0 10 121 33 44
Octal 310 204 327 7 47 0 20 441 63 104
Binary 11001000 10000100 11010111 111 100111 0 10000 100100001 110011 1000100

Color Harmonies of #C884D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884D7

Black with #C884D7

Text Example


Text Example

White with #C884D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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