Html Css Color HEX #C096CD Wisteria

📋 copy color: '#C096CD'

red 192 ◦ green 150 ◦ blue 205

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

Shades of Wisteria #C096CD

Tints of Wisteria #C096CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 35.1%
G = 27.42%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C096CD (or 0xC096CD) is known color: Wisteria. HEX triplet: C0, 96 and CD. RGB value is (192,150,205). Sum of RGB (Red+Green+Blue) = 192+150+205=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CD is #3F6932. Grayscale: #A8A8A8. Windows color (decimal): -4155699 or 13473472. OLE color: 13473472.

HSL color Cylindrical-coordinate representation of color #C096CD: hue angle of 285.82º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C096CD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 150 205 -
CMYK 0.06 0.27 0 0.20
HSL 285.82º 0.35% 0.7% -
HSV(B) 285.82º 0.27% 0.8% -
XYZ 43.66 37.43 62.68 -
YUV 168.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 192 150 205 0.06 0.27 0 0.20 285.82 0.35 0.7
Hex C0 96 CD 6 1B 0 14 11E 23 46
Octal 300 226 315 6 33 0 24 436 43 106
Binary 11000000 10010110 11001101 110 11011 0 10100 100011110 100011 1000110

Color Harmonies of #C096CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096CD

Black with #C096CD

Text Example


Text Example

White with #C096CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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