Html Css Color HEX #C885DC Wisteria

📋 copy color: '#C885DC'

red 200 ◦ green 133 ◦ blue 220

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

Shades of Wisteria #C885DC

Tints of Wisteria #C885DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 36.17%
G = 24.05%
B = 39.78%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C885DC (or 0xC885DC) is known color: Wisteria. HEX triplet: C8, 85 and DC. RGB value is (200,133,220). Sum of RGB (Red+Green+Blue) = 200+133+220=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C885DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DC is #377A23. Grayscale: #A2A2A2. Windows color (decimal): -3635748 or 14452168. OLE color: 14452168.

HSL color Cylindrical-coordinate representation of color #C885DC: hue angle of 286.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C885DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 133 220 -
CMYK 0.09 0.40 0 0.14
HSL 286.21º 0.55% 0.69% -
HSV(B) 286.21º 0.4% 0.86% -
XYZ 45.13 34.22 71.94 -
YUV 162.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 200 133 220 0.09 0.40 0 0.14 286.21 0.55 0.69
Hex C8 85 DC 9 28 0 E 11E 37 45
Octal 310 205 334 11 50 0 16 436 67 105
Binary 11001000 10000101 11011100 1001 101000 0 1110 100011110 110111 1000101

Color Harmonies of #C885DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885DC

Black with #C885DC

Text Example


Text Example

White with #C885DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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