Html Css Color HEX #C8A5DC Wisteria

📋 copy color: '#C8A5DC'

red 200 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #C8A5DC

Tints of Wisteria #C8A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.21%

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

R = 34.19%
G = 28.21%
B = 37.61%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8A5DC (or 0xC8A5DC) is known color: Wisteria. HEX triplet: C8, A5 and DC. RGB value is (200,165,220). Sum of RGB (Red+Green+Blue) = 200+165+220=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5DC is #375A23. Grayscale: #B5B5B5. Windows color (decimal): -3627556 or 14460360. OLE color: 14460360.

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

Color convert

RGB 200 165 220 -
CMYK 0.09 0.25 0 0.14
HSL 278.18º 0.44% 0.75% -
HSV(B) 278.18º 0.25% 0.86% -
XYZ 50.19 44.36 73.63 -
YUV 181.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 200 165 220 0.09 0.25 0 0.14 278.18 0.44 0.75
Hex C8 A5 DC 9 19 0 E 116 2C 4B
Octal 310 245 334 11 31 0 16 426 54 113
Binary 11001000 10100101 11011100 1001 11001 0 1110 100010110 101100 1001011

Color Harmonies of #C8A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5DC

Black with #C8A5DC

Text Example


Text Example

White with #C8A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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