Html Css Color HEX #C096DD Wisteria

📋 copy color: '#C096DD'

red 192 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #C096DD

Tints of Wisteria #C096DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 34.1%
G = 26.64%
B = 39.25%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C096DD (or 0xC096DD) is known color: Wisteria. HEX triplet: C0, 96 and DD. RGB value is (192,150,221). Sum of RGB (Red+Green+Blue) = 192+150+221=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C096DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DD is #3F6922. Grayscale: #AAAAAA. Windows color (decimal): -4155683 or 14522048. OLE color: 14522048.

HSL color Cylindrical-coordinate representation of color #C096DD: hue angle of 275.49º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C096DD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 150 221 -
CMYK 0.13 0.32 0 0.13
HSL 275.49º 0.51% 0.73% -
HSV(B) 275.49º 0.32% 0.87% -
XYZ 45.7 38.24 73.38 -
YUV 170.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 192 150 221 0.13 0.32 0 0.13 275.49 0.51 0.73
Hex C0 96 DD D 20 0 D 113 33 49
Octal 300 226 335 15 40 0 15 423 63 111
Binary 11000000 10010110 11011101 1101 100000 0 1101 100010011 110011 1001001

Color Harmonies of #C096DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096DD

Black with #C096DD

Text Example


Text Example

White with #C096DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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