Html Css Color HEX #C885DD Wisteria

📋 copy color: '#C885DD'

red 200 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #C885DD

Tints of Wisteria #C885DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.01%

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

R = 36.1%
G = 24.01%
B = 39.89%

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

#C885DD (or 0xC885DD) is known color: Wisteria. HEX triplet: C8, 85 and DD. RGB value is (200,133,221). Sum of RGB (Red+Green+Blue) = 200+133+221=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C885DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DD is #377A22. Grayscale: #A2A2A2. Windows color (decimal): -3635747 or 14517704. OLE color: 14517704.

HSL color Cylindrical-coordinate representation of color #C885DD: hue angle of 285.68º degrees, saturation: 0.56, 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 #C885DD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 133 221 -
CMYK 0.10 0.40 0 0.13
HSL 285.68º 0.56% 0.69% -
HSV(B) 285.68º 0.4% 0.87% -
XYZ 45.26 34.27 72.64 -
YUV 163.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 200 133 221 0.10 0.40 0 0.13 285.68 0.56 0.69
Hex C8 85 DD A 28 0 D 11E 38 45
Octal 310 205 335 12 50 0 15 436 70 105
Binary 11001000 10000101 11011101 1010 101000 0 1101 100011110 111000 1000101

Color Harmonies of #C885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885DD

Black with #C885DD

Text Example


Text Example

White with #C885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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