Html Css Color HEX #C8A8DC Wisteria

📋 copy color: '#C8A8DC'

red 200 ◦ green 168 ◦ blue 220

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

Shades of Wisteria #C8A8DC

Tints of Wisteria #C8A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

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

R = 34.01%
G = 28.57%
B = 37.41%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8A8DC (or 0xC8A8DC) is known color: Wisteria. HEX triplet: C8, A8 and DC. RGB value is (200,168,220). Sum of RGB (Red+Green+Blue) = 200+168+220=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8DC is #375723. Grayscale: #B7B7B7. Windows color (decimal): -3626788 or 14461128. OLE color: 14461128.

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

Color convert

RGB 200 168 220 -
CMYK 0.09 0.24 0 0.14
HSL 276.92º 0.43% 0.76% -
HSV(B) 276.92º 0.24% 0.86% -
XYZ 50.74 45.45 73.81 -
YUV 183.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 200 168 220 0.09 0.24 0 0.14 276.92 0.43 0.76
Hex C8 A8 DC 9 18 0 E 115 2B 4C
Octal 310 250 334 11 30 0 16 425 53 114
Binary 11001000 10101000 11011100 1001 11000 0 1110 100010101 101011 1001100

Color Harmonies of #C8A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8DC

Black with #C8A8DC

Text Example


Text Example

White with #C8A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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