Html Css Color HEX #C2A0CC Wisteria

📋 copy color: '#C2A0CC'

red 194 ◦ green 160 ◦ blue 204

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

Shades of Wisteria #C2A0CC

Tints of Wisteria #C2A0CC

RGB

 RED value IS 194 (76.17% from 255) = 34.77%

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 34.77%
G = 28.67%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C2A0CC (or 0xC2A0CC) is known color: Wisteria. HEX triplet: C2, A0 and CC. RGB value is (194,160,204). Sum of RGB (Red+Green+Blue) = 194+160+204=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0CC is #3D5F33. Grayscale: #AFAFAF. Windows color (decimal): -4022068 or 13410498. OLE color: 13410498.

HSL color Cylindrical-coordinate representation of color #C2A0CC: hue angle of 286.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A0CC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 160 204 -
CMYK 0.05 0.22 0 0.2
HSL 286.36º 0.3% 0.71% -
HSV(B) 286.36º 0.22% 0.8% -
XYZ 45.72 40.97 62.63 -
YUV 175.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 194 160 204 0.05 0.22 0 0.2 286.36 0.3 0.71
Hex C2 A0 CC 5 16 0 14 11E 1E 47
Octal 302 240 314 5 26 0 24 436 36 107
Binary 11000010 10100000 11001100 101 10110 0 10100 100011110 11110 1000111

Color Harmonies of #C2A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0CC

Black with #C2A0CC

Text Example


Text Example

White with #C2A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0CC; }

 p { color: rgb(194,160,204); }

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

background-color css

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

 a { background-color: rgb(194,160,204); }

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

border-color css

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

 span { border-color: rgb(194,160,204); }

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