Html Css Color HEX #C0A0D4 Wisteria

📋 copy color: '#C0A0D4'

red 192 ◦ green 160 ◦ blue 212

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

Shades of Wisteria #C0A0D4

Tints of Wisteria #C0A0D4

RGB

 RED value IS 192 (75.39% from 255) = 34.04%

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

 BLUE value IS 212 (83.2% from 255) = 37.59%

R = 34.04%
G = 28.37%
B = 37.59%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C0A0D4 (or 0xC0A0D4) is known color: Wisteria. HEX triplet: C0, A0 and D4. RGB value is (192,160,212). Sum of RGB (Red+Green+Blue) = 192+160+212=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0A0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0D4 is #3F5F2B. Grayscale: #AFAFAF. Windows color (decimal): -4153132 or 13934784. OLE color: 13934784.

HSL color Cylindrical-coordinate representation of color #C0A0D4: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A0D4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 160 212 -
CMYK 0.09 0.25 0 0.17
HSL 276.92º 0.38% 0.73% -
HSV(B) 276.92º 0.25% 0.83% -
XYZ 46.19 41.1 67.79 -
YUV 175.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 192 160 212 0.09 0.25 0 0.17 276.92 0.38 0.73
Hex C0 A0 D4 9 19 0 11 115 26 49
Octal 300 240 324 11 31 0 21 425 46 111
Binary 11000000 10100000 11010100 1001 11001 0 10001 100010101 100110 1001001

Color Harmonies of #C0A0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0D4

Black with #C0A0D4

Text Example


Text Example

White with #C0A0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0D4; }

 p { color: rgb(192,160,212); }

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

background-color css

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

 a { background-color: rgb(192,160,212); }

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

border-color css

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

 span { border-color: rgb(192,160,212); }

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