Html Css Color HEX #C096D2 Wisteria

📋 copy color: '#C096D2'

red 192 ◦ green 150 ◦ blue 210

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

Shades of Wisteria #C096D2

Tints of Wisteria #C096D2

RGB

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

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

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

R = 34.78%
G = 27.17%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C096D2 (or 0xC096D2) is known color: Wisteria. HEX triplet: C0, 96 and D2. RGB value is (192,150,210). Sum of RGB (Red+Green+Blue) = 192+150+210=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #C096D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096D2 is #3F692D. Grayscale: #A9A9A9. Windows color (decimal): -4155694 or 13801152. OLE color: 13801152.

HSL color Cylindrical-coordinate representation of color #C096D2: hue angle of 282º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C096D2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 150 210 -
CMYK 0.09 0.29 0 0.18
HSL 282º 0.4% 0.71% -
HSV(B) 282º 0.29% 0.82% -
XYZ 44.28 37.67 65.91 -
YUV 169.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 192 150 210 0.09 0.29 0 0.18 282 0.4 0.71
Hex C0 96 D2 9 1D 0 12 11A 28 47
Octal 300 226 322 11 35 0 22 432 50 107
Binary 11000000 10010110 11010010 1001 11101 0 10010 100011010 101000 1000111

Color Harmonies of #C096D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096D2

Black with #C096D2

Text Example


Text Example

White with #C096D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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