Html Css Color HEX #C8A1DD Wisteria

📋 copy color: '#C8A1DD'

red 200 ◦ green 161 ◦ blue 221

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

Shades of Wisteria #C8A1DD

Tints of Wisteria #C8A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.66%

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

R = 34.36%
G = 27.66%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8A1DD (or 0xC8A1DD) is known color: Wisteria. HEX triplet: C8, A1 and DD. RGB value is (200,161,221). Sum of RGB (Red+Green+Blue) = 200+161+221=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1DD is #375E22. Grayscale: #B3B3B3. Windows color (decimal): -3628579 or 14524872. OLE color: 14524872.

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

Color convert

RGB 200 161 221 -
CMYK 0.10 0.27 0 0.13
HSL 279º 0.47% 0.75% -
HSV(B) 279º 0.27% 0.87% -
XYZ 49.62 42.99 74.09 -
YUV 179.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 200 161 221 0.10 0.27 0 0.13 279 0.47 0.75
Hex C8 A1 DD A 1B 0 D 117 2F 4B
Octal 310 241 335 12 33 0 15 427 57 113
Binary 11001000 10100001 11011101 1010 11011 0 1101 100010111 101111 1001011

Color Harmonies of #C8A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1DD

Black with #C8A1DD

Text Example


Text Example

White with #C8A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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