Html Css Color HEX #C096CF Wisteria

📋 copy color: '#C096CF'

red 192 ◦ green 150 ◦ blue 207

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

Shades of Wisteria #C096CF

Tints of Wisteria #C096CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 34.97%
G = 27.32%
B = 37.7%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C096CF (or 0xC096CF) is known color: Wisteria. HEX triplet: C0, 96 and CF. RGB value is (192,150,207). Sum of RGB (Red+Green+Blue) = 192+150+207=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #C096CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CF is #3F6930. Grayscale: #A8A8A8. Windows color (decimal): -4155697 or 13604544. OLE color: 13604544.

HSL color Cylindrical-coordinate representation of color #C096CF: hue angle of 284.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C096CF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 150 207 -
CMYK 0.07 0.28 0 0.19
HSL 284.21º 0.37% 0.7% -
HSV(B) 284.21º 0.28% 0.81% -
XYZ 43.91 37.52 63.96 -
YUV 169.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 192 150 207 0.07 0.28 0 0.19 284.21 0.37 0.7
Hex C0 96 CF 7 1C 0 13 11C 25 46
Octal 300 226 317 7 34 0 23 434 45 106
Binary 11000000 10010110 11001111 111 11100 0 10011 100011100 100101 1000110

Color Harmonies of #C096CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096CF

Black with #C096CF

Text Example


Text Example

White with #C096CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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