Html Css Color HEX #C096D5 Wisteria

📋 copy color: '#C096D5'

red 192 ◦ green 150 ◦ blue 213

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

Shades of Wisteria #C096D5

Tints of Wisteria #C096D5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

 BLUE value IS 213 (83.59% from 255) = 38.38%

R = 34.59%
G = 27.03%
B = 38.38%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C096D5 (or 0xC096D5) is known color: Wisteria. HEX triplet: C0, 96 and D5. RGB value is (192,150,213). Sum of RGB (Red+Green+Blue) = 192+150+213=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #C096D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096D5 is #3F692A. Grayscale: #A9A9A9. Windows color (decimal): -4155691 or 13997760. OLE color: 13997760.

HSL color Cylindrical-coordinate representation of color #C096D5: hue angle of 280º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C096D5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 150 213 -
CMYK 0.10 0.30 0 0.16
HSL 280º 0.43% 0.71% -
HSV(B) 280º 0.3% 0.84% -
XYZ 44.65 37.82 67.9 -
YUV 169.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 192 150 213 0.10 0.30 0 0.16 280 0.43 0.71
Hex C0 96 D5 A 1E 0 10 118 2B 47
Octal 300 226 325 12 36 0 20 430 53 107
Binary 11000000 10010110 11010101 1010 11110 0 10000 100011000 101011 1000111

Color Harmonies of #C096D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096D5

Black with #C096D5

Text Example


Text Example

White with #C096D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096D5; }

 p { color: rgb(192,150,213); }

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

background-color css

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

 a { background-color: rgb(192,150,213); }

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

border-color css

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

 span { border-color: rgb(192,150,213); }

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