Html Css Color HEX #C888DD Wisteria

📋 copy color: '#C888DD'

red 200 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #C888DD

Tints of Wisteria #C888DD

RGB

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

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

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

R = 35.91%
G = 24.42%
B = 39.68%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C888DD (or 0xC888DD) is known color: Wisteria. HEX triplet: C8, 88 and DD. RGB value is (200,136,221). Sum of RGB (Red+Green+Blue) = 200+136+221=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C888DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DD is #377722. Grayscale: #A4A4A4. Windows color (decimal): -3634979 or 14518472. OLE color: 14518472.

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

Color convert

RGB 200 136 221 -
CMYK 0.10 0.38 0 0.13
HSL 285.18º 0.56% 0.7% -
HSV(B) 285.18º 0.38% 0.87% -
XYZ 45.67 35.11 72.78 -
YUV 164.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 200 136 221 0.10 0.38 0 0.13 285.18 0.56 0.7
Hex C8 88 DD A 26 0 D 11D 38 46
Octal 310 210 335 12 46 0 15 435 70 106
Binary 11001000 10001000 11011101 1010 100110 0 1101 100011101 111000 1000110

Color Harmonies of #C888DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C888DD

Black with #C888DD

Text Example


Text Example

White with #C888DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C888DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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