Html Css Color HEX #C8A0E3 Wisteria

📋 copy color: '#C8A0E3'

red 200 ◦ green 160 ◦ blue 227

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

Shades of Wisteria #C8A0E3

Tints of Wisteria #C8A0E3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 34.07%
G = 27.26%
B = 38.67%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C8A0E3 (or 0xC8A0E3) is known color: Wisteria. HEX triplet: C8, A0 and E3. RGB value is (200,160,227). Sum of RGB (Red+Green+Blue) = 200+160+227=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8A0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0E3 is #375F1C. Grayscale: #B3B3B3. Windows color (decimal): -3628829 or 14917832. OLE color: 14917832.

HSL color Cylindrical-coordinate representation of color #C8A0E3: hue angle of 275.82º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A0E3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 160 227 -
CMYK 0.12 0.30 0 0.11
HSL 275.82º 0.54% 0.76% -
HSV(B) 275.82º 0.3% 0.89% -
XYZ 50.26 42.97 78.32 -
YUV 179.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 200 160 227 0.12 0.30 0 0.11 275.82 0.54 0.76
Hex C8 A0 E3 C 1E 0 B 114 36 4C
Octal 310 240 343 14 36 0 13 424 66 114
Binary 11001000 10100000 11100011 1100 11110 0 1011 100010100 110110 1001100

Color Harmonies of #C8A0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A0E3

Black with #C8A0E3

Text Example


Text Example

White with #C8A0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A0E3; }

 p { color: rgb(200,160,227); }

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

background-color css

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

 a { background-color: rgb(200,160,227); }

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

border-color css

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

 span { border-color: rgb(200,160,227); }

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