Html Css Color HEX #C8A4D2 Wisteria

📋 copy color: '#C8A4D2'

red 200 ◦ green 164 ◦ blue 210

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

Shades of Wisteria #C8A4D2

Tints of Wisteria #C8A4D2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.57%

 BLUE value IS 210 (82.42% from 255) = 36.59%

R = 34.84%
G = 28.57%
B = 36.59%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C8A4D2 (or 0xC8A4D2) is known color: Wisteria. HEX triplet: C8, A4 and D2. RGB value is (200,164,210). Sum of RGB (Red+Green+Blue) = 200+164+210=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4D2 is #375B2D. Grayscale: #B3B3B3. Windows color (decimal): -3627822 or 13804744. OLE color: 13804744.

HSL color Cylindrical-coordinate representation of color #C8A4D2: hue angle of 286.96º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A4D2 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 164 210 -
CMYK 0.05 0.22 0 0.18
HSL 286.96º 0.34% 0.73% -
HSV(B) 286.96º 0.22% 0.82% -
XYZ 48.73 43.48 66.8 -
YUV 180.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 200 164 210 0.05 0.22 0 0.18 286.96 0.34 0.73
Hex C8 A4 D2 5 16 0 12 11F 22 49
Octal 310 244 322 5 26 0 22 437 42 111
Binary 11001000 10100100 11010010 101 10110 0 10010 100011111 100010 1001001

Color Harmonies of #C8A4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A4D2

Black with #C8A4D2

Text Example


Text Example

White with #C8A4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A4D2; }

 p { color: rgb(200,164,210); }

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

background-color css

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

 a { background-color: rgb(200,164,210); }

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

border-color css

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

 span { border-color: rgb(200,164,210); }

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