Html Css Color HEX #C888DC Wisteria

📋 copy color: '#C888DC'

red 200 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #C888DC

Tints of Wisteria #C888DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.46%

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

R = 35.97%
G = 24.46%
B = 39.57%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C888DC (or 0xC888DC) is known color: Wisteria. HEX triplet: C8, 88 and DC. RGB value is (200,136,220). Sum of RGB (Red+Green+Blue) = 200+136+220=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C888DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DC is #377723. Grayscale: #A4A4A4. Windows color (decimal): -3634980 or 14452936. OLE color: 14452936.

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

Color convert

RGB 200 136 220 -
CMYK 0.09 0.38 0 0.14
HSL 285.71º 0.55% 0.7% -
HSV(B) 285.71º 0.38% 0.86% -
XYZ 45.54 35.05 72.08 -
YUV 164.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 200 136 220 0.09 0.38 0 0.14 285.71 0.55 0.7
Hex C8 88 DC 9 26 0 E 11E 37 46
Octal 310 210 334 11 46 0 16 436 67 106
Binary 11001000 10001000 11011100 1001 100110 0 1110 100011110 110111 1000110

Color Harmonies of #C888DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C888DC

Black with #C888DC

Text Example


Text Example

White with #C888DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C888DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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